#7877FE

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

Shades of Light Slate Blue #7877FE

Tints of Light Slate Blue #7877FE

Color information

#7877FE (or 0x7877FE) is unknown color: approx Light Slate Blue. HEX triplet: 78, 77 and FE. RGB value is (120,119,254). Sum of RGB (Red+Green+Blue) = 120+119+254=493 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.34% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #7877FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7877FE is #878801. Grayscale: #868686. Windows color (decimal): -8882178 or 16676728. OLE color: 16676728.

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

Color convert

RGB120119254-
CMYK0.530.5300.00
HSL240.44º98.54%73.14%-
HSV(B)240.44º53.15%99.61%-
XYZ32.2324.3496.77-
YUV134.69195.33117.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.34%
GREEN value IS 119 (46.88% from 255) = 24.14%
BLUE value IS 254 (99.61% from 255) = 51.52%
R=24.34%
G=24.14%
B=51.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1201192540.530.5300.00240.4498.5473.14
Hex7877FE353500f06349
Octal170167376656500360143111
Binary1111000111011111111110110101110101001111000011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7877FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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