#7860D0

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

Shades of Slate Blue #7860D0

Tints of Slate Blue #7860D0

Color information

#7860D0 (or 0x7860D0) is unknown color: approx Slate Blue. HEX triplet: 78, 60 and D0. RGB value is (120,96,208). Sum of RGB (Red+Green+Blue) = 120+96+208=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 208 (81.64% from 255 or 49.06% from 424); Max value from RGB is 208 - color contains mainly: blue. Hex color #7860D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7860D0 is #879F2F. Grayscale: #737373. Windows color (decimal): -8888112 or 13656184. OLE color: 13656184.

HSL color Cylindrical-coordinate representation of color #7860D0: hue angle of 252.86º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7860D0 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12096208-
CMYK0.420.5400.18
HSL252.86º54.37%59.61%-
HSV(B)252.86º53.85%81.57%-
XYZ23.3116.9161.71-
YUV115.94179.95130.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.30%
GREEN value IS 96 (37.89% from 255) = 22.64%
BLUE value IS 208 (81.64% from 255) = 49.06%
R=28.30%
G=22.64%
B=49.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal120962080.420.5400.18252.8654.3759.61
Hex7860D02A36012fd363c
Octal17014032052660223756674
Binary111100011000001101000010101011011001001011111101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7860D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7860D0; }

 p { color: rgb(120,96,208); }

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

<style>
 a { background-color: #7860D0; }

 a { background-color: rgb(120,96,208); }

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

<style>
 span { border-color: #7860D0; }

 span { border-color: rgb(120,96,208); }

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