#734CCF

Color #734CCF Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #734CCF

Tints of Slate Blue #734CCF

Color information

#734CCF (or 0x734CCF) is unknown color: approx Slate Blue. HEX triplet: 73, 4C and CF. RGB value is (115,76,207). Sum of RGB (Red+Green+Blue) = 115+76+207=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #734CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #734CCF is #8CB330. Grayscale: #666666. Windows color (decimal): -9220913 or 13585523. OLE color: 13585523.

HSL color Cylindrical-coordinate representation of color #734CCF: hue angle of 257.86º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #734CCF is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11576207-
CMYK0.440.6300.19
HSL257.86º57.71%55.49%-
HSV(B)257.86º63.29%81.18%-
XYZ20.9213.3260.5-
YUV102.59186.92136.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 28.89%
GREEN value IS 76 (30.08% from 255) = 19.10%
BLUE value IS 207 (81.25% from 255) = 52.01%
R=28.89%
G=19.10%
B=52.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal115762070.440.6300.19257.8657.7155.49
Hex734CCF2C3F0131023a37
Octal16311431754770234027267
Binary1110011100110011001111101100111111010011100000010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734CCF; }

 p { color: rgb(115,76,207); }

 H1.HeaderClassName
 {
   color: #734CCF;
 }
 .AnyTagClassName
 {
   color: #734CCF;
 }
</style>
background-color css

<style>
 a { background-color: #734CCF; }

 a { background-color: rgb(115,76,207); }

 div.DivClassName
 {
   background-color: #734CCF;
 }
 .BgClassName
 {
   background-color: #734CCF;
 }
</style>
border-color css

<style>
 span { border-color: #734CCF; }

 span { border-color: rgb(115,76,207); }

 td.TdClassName
 {
   border-color: #734CCF;
 }
 .TagClassName
 {
   border-color: #734CCF;
 }
</style>