#777EFD

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

Shades of Light Slate Blue #777EFD

Tints of Light Slate Blue #777EFD

Color information

#777EFD (or 0x777EFD) is unknown color: approx Light Slate Blue. HEX triplet: 77, 7E and FD. RGB value is (119,126,253). Sum of RGB (Red+Green+Blue) = 119+126+253=498 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.90% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #777EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777EFD is #888102. Grayscale: #898989. Windows color (decimal): -8945923 or 16612983. OLE color: 16612983.

HSL color Cylindrical-coordinate representation of color #777EFD: hue angle of 236.87º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #777EFD is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB119126253-
CMYK0.530.5000.01
HSL236.87º97.1%72.94%-
HSV(B)236.87º52.96%99.22%-
XYZ32.825.9496.21-
YUV138.38192.68114.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.90%
GREEN value IS 126 (49.61% from 255) = 25.30%
BLUE value IS 253 (99.22% from 255) = 50.80%
R=23.90%
G=25.30%
B=50.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1191262530.530.5000.01236.8797.172.94
Hex777EFD353201ed6149
Octal167176375656201355141111
Binary1110111111111011111101110101110010011110110111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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