#7C64CF

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

Shades of Slate Blue #7C64CF

Tints of Slate Blue #7C64CF

Color information

#7C64CF (or 0x7C64CF) is unknown color: approx Slate Blue. HEX triplet: 7C, 64 and CF. RGB value is (124,100,207). Sum of RGB (Red+Green+Blue) = 124+100+207=431 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.77% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C64CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C64CF is #839B30. Grayscale: #767676. Windows color (decimal): -8624945 or 13591676. OLE color: 13591676.

HSL color Cylindrical-coordinate representation of color #7C64CF: hue angle of 253.46º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C64CF is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB124100207-
CMYK0.400.5200.19
HSL253.46º52.71%60.2%-
HSV(B)253.46º51.69%81.18%-
XYZ24.1317.961.22-
YUV119.37177.45131.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.77%
GREEN value IS 100 (39.45% from 255) = 23.20%
BLUE value IS 207 (81.25% from 255) = 48.03%
R=28.77%
G=23.20%
B=48.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1241002070.400.5200.19253.4652.7160.2
Hex7C64CF2834013fd353c
Octal17414431750640233756574
Binary111110011001001100111110100011010001001111111101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C64CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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