#7C64CB

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

Shades of Slate Blue #7C64CB

Tints of Slate Blue #7C64CB

Color information

#7C64CB (or 0x7C64CB) is unknown color: approx Slate Blue. HEX triplet: 7C, 64 and CB. RGB value is (124,100,203). Sum of RGB (Red+Green+Blue) = 124+100+203=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C64CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C64CB is #839B34. Grayscale: #767676. Windows color (decimal): -8624949 or 13329532. OLE color: 13329532.

HSL color Cylindrical-coordinate representation of color #7C64CB: hue angle of 253.98º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C64CB is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB124100203-
CMYK0.390.5100.20
HSL253.98º49.76%59.41%-
HSV(B)253.98º50.74%79.61%-
XYZ23.6517.7158.67-
YUV118.92175.45131.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.04%
GREEN value IS 100 (39.45% from 255) = 23.42%
BLUE value IS 203 (79.69% from 255) = 47.54%
R=29.04%
G=23.42%
B=47.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1241002030.390.5100.20253.9849.7659.41
Hex7C64CB2733014fe323b
Octal17414431347630243766273
Binary111110011001001100101110011111001101010011111110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C64CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C64CB; }

 p { color: rgb(124,100,203); }

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

<style>
 a { background-color: #7C64CB; }

 a { background-color: rgb(124,100,203); }

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

<style>
 span { border-color: #7C64CB; }

 span { border-color: rgb(124,100,203); }

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