#7854C6

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

Shades of Slate Blue #7854C6

Tints of Slate Blue #7854C6

Color information

#7854C6 (or 0x7854C6) is unknown color: approx Slate Blue. HEX triplet: 78, 54 and C6. RGB value is (120,84,198). Sum of RGB (Red+Green+Blue) = 120+84+198=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 198 (77.73% from 255 or 49.25% from 402); Max value from RGB is 198 - color contains mainly: blue. Hex color #7854C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7854C6 is #87AB39. Grayscale: #6B6B6B. Windows color (decimal): -8891194 or 12997752. OLE color: 12997752.

HSL color Cylindrical-coordinate representation of color #7854C6: hue angle of 258.95º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7854C6 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12084198-
CMYK0.390.5800.22
HSL258.95º50%55.29%-
HSV(B)258.95º57.58%77.65%-
XYZ21.1114.4155.1-
YUV107.76178.93136.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.85%
GREEN value IS 84 (33.20% from 255) = 20.90%
BLUE value IS 198 (77.73% from 255) = 49.25%
R=29.85%
G=20.90%
B=49.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal120841980.390.5800.22258.955055.29
Hex7854C6273A0161033237
Octal17012430647720264036267
Binary1111000101010011000110100111111010010110100000011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7854C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7854C6; }

 p { color: rgb(120,84,198); }

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

<style>
 a { background-color: #7854C6; }

 a { background-color: rgb(120,84,198); }

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

<style>
 span { border-color: #7854C6; }

 span { border-color: rgb(120,84,198); }

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