#776CFC

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

Shades of Light Slate Blue #776CFC

Tints of Light Slate Blue #776CFC

Color information

#776CFC (or 0x776CFC) is unknown color: approx Light Slate Blue. HEX triplet: 77, 6C and FC. RGB value is (119,108,252). Sum of RGB (Red+Green+Blue) = 119+108+252=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #776CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776CFC is #889303. Grayscale: #7F7F7F. Windows color (decimal): -8950532 or 16542839. OLE color: 16542839.

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

Color convert

RGB119108252-
CMYK0.530.5700.01
HSL244.58º96%70.59%-
HSV(B)244.58º57.14%98.82%-
XYZ30.5421.6894.67-
YUV127.7198.14121.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.84%
GREEN value IS 108 (42.58% from 255) = 22.55%
BLUE value IS 252 (98.83% from 255) = 52.61%
R=24.84%
G=22.55%
B=52.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1191082520.530.5700.01244.589670.59
Hex776CFC353901f56047
Octal167154374657101365140107
Binary1110111110110011111100110101111001011111010111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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