#777CFA

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

Shades of Light Slate Blue #777CFA

Tints of Light Slate Blue #777CFA

Color information

#777CFA (or 0x777CFA) is unknown color: approx Light Slate Blue. HEX triplet: 77, 7C and FA. RGB value is (119,124,250). Sum of RGB (Red+Green+Blue) = 119+124+250=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #777CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777CFA is #888305. Grayscale: #888888. Windows color (decimal): -8946438 or 16415863. OLE color: 16415863.

HSL color Cylindrical-coordinate representation of color #777CFA: hue angle of 237.71º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #777CFA is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB119124250-
CMYK0.520.5000.02
HSL237.71º92.91%72.35%-
HSV(B)237.71º52.4%98.04%-
XYZ32.0725.2493.62-
YUV136.87191.84115.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.14%
GREEN value IS 124 (48.83% from 255) = 25.15%
BLUE value IS 250 (98.05% from 255) = 50.71%
R=24.14%
G=25.15%
B=50.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1191242500.520.5000.02237.7192.9172.35
Hex777CFA343202ee5d48
Octal167174372646202356135110
Binary11101111111100111110101101001100100101110111010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,124,250); }

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

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

 a { background-color: rgb(119,124,250); }

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

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

 span { border-color: rgb(119,124,250); }

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