#776EFC

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

Shades of Light Slate Blue #776EFC

Tints of Light Slate Blue #776EFC

Color information

#776EFC (or 0x776EFC) is unknown color: approx Light Slate Blue. HEX triplet: 77, 6E and FC. RGB value is (119,110,252). Sum of RGB (Red+Green+Blue) = 119+110+252=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #776EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776EFC is #889103. Grayscale: #808080. Windows color (decimal): -8950020 or 16543351. OLE color: 16543351.

HSL color Cylindrical-coordinate representation of color #776EFC: hue angle of 243.8º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #776EFC is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB119110252-
CMYK0.530.5600.01
HSL243.8º95.95%70.98%-
HSV(B)243.8º56.35%98.82%-
XYZ30.7522.194.74-
YUV128.88197.48120.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.74%
GREEN value IS 110 (43.36% from 255) = 22.87%
BLUE value IS 252 (98.83% from 255) = 52.39%
R=24.74%
G=22.87%
B=52.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1191102520.530.5600.01243.895.9570.98
Hex776EFC353801f46047
Octal167156374657001364140107
Binary1110111110111011111100110101111000011111010011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776EFC; }

 p { color: rgb(119,110,252); }

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

<style>
 a { background-color: #776EFC; }

 a { background-color: rgb(119,110,252); }

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

<style>
 span { border-color: #776EFC; }

 span { border-color: rgb(119,110,252); }

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