#7851E1

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

Shades of Slate Blue #7851E1

Tints of Slate Blue #7851E1

Color information

#7851E1 (or 0x7851E1) is unknown color: approx Slate Blue. HEX triplet: 78, 51 and E1. RGB value is (120,81,225). Sum of RGB (Red+Green+Blue) = 120+81+225=426 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.17% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 225 (88.28% from 255 or 52.82% from 426); Max value from RGB is 225 - color contains mainly: blue. Hex color #7851E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7851E1 is #87AE1E. Grayscale: #6C6C6C. Windows color (decimal): -8891935 or 14766456. OLE color: 14766456.

HSL color Cylindrical-coordinate representation of color #7851E1: hue angle of 256.25º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7851E1 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12081225-
CMYK0.470.6400.12
HSL256.25º70.59%60%-
HSV(B)256.25º64%88.24%-
XYZ24.2815.3172.91-
YUV109.08193.42135.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.17%
GREEN value IS 81 (32.03% from 255) = 19.01%
BLUE value IS 225 (88.28% from 255) = 52.82%
R=28.17%
G=19.01%
B=52.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal120812250.470.6400.12256.2570.5960
Hex7851E12F400C100473c
Octal1701213415710001440010774
Binary11110001010001111000011011111000000011001000000001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7851E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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