#7876FE

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

Shades of Light Slate Blue #7876FE

Tints of Light Slate Blue #7876FE

Color information

#7876FE (or 0x7876FE) is unknown color: approx Light Slate Blue. HEX triplet: 78, 76 and FE. RGB value is (120,118,254). Sum of RGB (Red+Green+Blue) = 120+118+254=492 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.39% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #7876FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7876FE is #878901. Grayscale: #858585. Windows color (decimal): -8882434 or 16676472. OLE color: 16676472.

HSL color Cylindrical-coordinate representation of color #7876FE: hue angle of 240.88º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7876FE is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB120118254-
CMYK0.530.5400.00
HSL240.88º98.55%72.94%-
HSV(B)240.88º53.54%99.61%-
XYZ32.1124.1196.73-
YUV134.1195.66117.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.39%
GREEN value IS 118 (46.48% from 255) = 23.98%
BLUE value IS 254 (99.61% from 255) = 51.63%
R=24.39%
G=23.98%
B=51.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1201182540.530.5400.00240.8898.5572.94
Hex7876FE353600f16349
Octal170166376656600361143111
Binary1111000111011011111110110101110110001111000111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7876FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7876FE; }

 p { color: rgb(120,118,254); }

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

<style>
 a { background-color: #7876FE; }

 a { background-color: rgb(120,118,254); }

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

<style>
 span { border-color: #7876FE; }

 span { border-color: rgb(120,118,254); }

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