#7851DE

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

Shades of Slate Blue #7851DE

Tints of Slate Blue #7851DE

Color information

#7851DE (or 0x7851DE) is unknown color: approx Slate Blue. HEX triplet: 78, 51 and DE. RGB value is (120,81,222). Sum of RGB (Red+Green+Blue) = 120+81+222=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #7851DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7851DE is #87AE21. Grayscale: #6C6C6C. Windows color (decimal): -8891938 or 14569848. OLE color: 14569848.

HSL color Cylindrical-coordinate representation of color #7851DE: hue angle of 256.6º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7851DE is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12081222-
CMYK0.460.6400.13
HSL256.6º68.12%59.41%-
HSV(B)256.6º63.51%87.06%-
XYZ23.8715.1570.77-
YUV108.73191.92136.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.37%
GREEN value IS 81 (32.03% from 255) = 19.15%
BLUE value IS 222 (87.11% from 255) = 52.48%
R=28.37%
G=19.15%
B=52.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal120812220.460.6400.13256.668.1259.41
Hex7851DE2E400D101443b
Octal1701213365610001540110473
Binary11110001010001110111101011101000000011011000000011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7851DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7851DE; }

 p { color: rgb(120,81,222); }

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

<style>
 a { background-color: #7851DE; }

 a { background-color: rgb(120,81,222); }

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

<style>
 span { border-color: #7851DE; }

 span { border-color: rgb(120,81,222); }

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