#777EF8

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

Shades of Light Slate Blue #777EF8

Tints of Light Slate Blue #777EF8

Color information

#777EF8 (or 0x777EF8) is unknown color: approx Light Slate Blue. HEX triplet: 77, 7E and F8. RGB value is (119,126,248). Sum of RGB (Red+Green+Blue) = 119+126+248=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 248 (97.27% from 255 or 50.30% from 493); Max value from RGB is 248 - color contains mainly: blue. Hex color #777EF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777EF8 is #888107. Grayscale: #898989. Windows color (decimal): -8945928 or 16285303. OLE color: 16285303.

HSL color Cylindrical-coordinate representation of color #777EF8: hue angle of 236.74º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #777EF8 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB119126248-
CMYK0.520.4900.03
HSL236.74º90.21%71.96%-
HSV(B)236.74º52.02%97.25%-
XYZ32.0125.6292.07-
YUV137.81190.18114.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.14%
GREEN value IS 126 (49.61% from 255) = 25.56%
BLUE value IS 248 (97.27% from 255) = 50.30%
R=24.14%
G=25.56%
B=50.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1191262480.520.4900.03236.7490.2171.96
Hex777EF8343103ed5a48
Octal167176370646103355132110
Binary11101111111110111110001101001100010111110110110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777EF8; }

 p { color: rgb(119,126,248); }

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

<style>
 a { background-color: #777EF8; }

 a { background-color: rgb(119,126,248); }

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

<style>
 span { border-color: #777EF8; }

 span { border-color: rgb(119,126,248); }

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