#7866D5

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

Shades of Slate Blue #7866D5

Tints of Slate Blue #7866D5

Color information

#7866D5 (or 0x7866D5) is unknown color: approx Slate Blue. HEX triplet: 78, 66 and D5. RGB value is (120,102,213). Sum of RGB (Red+Green+Blue) = 120+102+213=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 213 (83.59% from 255 or 48.97% from 435); Max value from RGB is 213 - color contains mainly: blue. Hex color #7866D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7866D5 is #87992A. Grayscale: #777777. Windows color (decimal): -8886571 or 13985400. OLE color: 13985400.

HSL color Cylindrical-coordinate representation of color #7866D5: hue angle of 249.73º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7866D5 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB120102213-
CMYK0.440.5200.16
HSL249.73º56.92%61.76%-
HSV(B)249.73º52.11%83.53%-
XYZ24.5118.365.19-
YUV120.04180.46127.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.59%
GREEN value IS 102 (40.23% from 255) = 23.45%
BLUE value IS 213 (83.59% from 255) = 48.97%
R=27.59%
G=23.45%
B=48.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1201022130.440.5200.16249.7356.9261.76
Hex7866D52C34010fa393e
Octal17014632554640203727176
Binary111100011001101101010110110011010001000011111010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7866D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7866D5; }

 p { color: rgb(120,102,213); }

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

<style>
 a { background-color: #7866D5; }

 a { background-color: rgb(120,102,213); }

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

<style>
 span { border-color: #7866D5; }

 span { border-color: rgb(120,102,213); }

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