#7864CD

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

Shades of Slate Blue #7864CD

Tints of Slate Blue #7864CD

Color information

#7864CD (or 0x7864CD) is unknown color: approx Slate Blue. HEX triplet: 78, 64 and CD. RGB value is (120,100,205). Sum of RGB (Red+Green+Blue) = 120+100+205=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #7864CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7864CD is #879B32. Grayscale: #757575. Windows color (decimal): -8887091 or 13460600. OLE color: 13460600.

HSL color Cylindrical-coordinate representation of color #7864CD: hue angle of 251.43º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7864CD is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB120100205-
CMYK0.410.5100.20
HSL251.43º51.22%59.8%-
HSV(B)251.43º51.22%80.39%-
XYZ23.3217.5259.91-
YUV117.95177.13129.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.24%
GREEN value IS 100 (39.45% from 255) = 23.53%
BLUE value IS 205 (80.47% from 255) = 48.24%
R=28.24%
G=23.53%
B=48.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1201002050.410.5100.20251.4351.2259.8
Hex7864CD2933014fb333c
Octal17014431551630243736374
Binary111100011001001100110110100111001101010011111011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7864CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7864CD; }

 p { color: rgb(120,100,205); }

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

<style>
 a { background-color: #7864CD; }

 a { background-color: rgb(120,100,205); }

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

<style>
 span { border-color: #7864CD; }

 span { border-color: rgb(120,100,205); }

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