#7845D0

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

Shades of Slate Blue #7845D0

Tints of Slate Blue #7845D0

Color information

#7845D0 (or 0x7845D0) is unknown color: approx Slate Blue. HEX triplet: 78, 45 and D0. RGB value is (120,69,208). Sum of RGB (Red+Green+Blue) = 120+69+208=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 208 (81.64% from 255 or 52.39% from 397); Max value from RGB is 208 - color contains mainly: blue. Hex color #7845D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7845D0 is #87BA2F. Grayscale: #636363. Windows color (decimal): -8895024 or 13649272. OLE color: 13649272.

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

Color convert

RGB12069208-
CMYK0.420.6700.18
HSL262.01º59.66%54.31%-
HSV(B)262.01º66.83%81.57%-
XYZ21.2612.861.03-
YUV100.1188.9142.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.23%
GREEN value IS 69 (27.34% from 255) = 17.38%
BLUE value IS 208 (81.64% from 255) = 52.39%
R=30.23%
G=17.38%
B=52.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal120692080.420.6700.18262.0159.6654.31
Hex7845D02A430121063c36
Octal170105320521030224067466
Binary11110001000101110100001010101000011010010100000110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7845D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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