#777CF4

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

Shades of Light Slate Blue #777CF4

Tints of Light Slate Blue #777CF4

Color information

#777CF4 (or 0x777CF4) is unknown color: approx Light Slate Blue. HEX triplet: 77, 7C and F4. RGB value is (119,124,244). Sum of RGB (Red+Green+Blue) = 119+124+244=487 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.44% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 244 (95.70% from 255 or 50.10% from 487); Max value from RGB is 244 - color contains mainly: blue. Hex color #777CF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777CF4 is #88830B. Grayscale: #878787. Windows color (decimal): -8946444 or 16022647. OLE color: 16022647.

HSL color Cylindrical-coordinate representation of color #777CF4: hue angle of 237.6º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #777CF4 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB119124244-
CMYK0.510.4900.04
HSL237.6º85.03%71.18%-
HSV(B)237.6º51.23%95.69%-
XYZ31.1424.8788.75-
YUV136.18188.84115.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.44%
GREEN value IS 124 (48.83% from 255) = 25.46%
BLUE value IS 244 (95.70% from 255) = 50.10%
R=24.44%
G=25.46%
B=50.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1191242440.510.4900.04237.685.0371.18
Hex777CF4333104ee5547
Octal167174364636104356125107
Binary111011111111001111010011001111000101001110111010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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