#7779FE

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

Shades of Light Slate Blue #7779FE

Tints of Light Slate Blue #7779FE

Color information

#7779FE (or 0x7779FE) is unknown color: approx Light Slate Blue. HEX triplet: 77, 79 and FE. RGB value is (119,121,254). Sum of RGB (Red+Green+Blue) = 119+121+254=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #7779FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7779FE is #888601. Grayscale: #878787. Windows color (decimal): -8947202 or 16677239. OLE color: 16677239.

HSL color Cylindrical-coordinate representation of color #7779FE: hue angle of 239.11º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7779FE is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB119121254-
CMYK0.530.5200.00
HSL239.11º98.54%73.14%-
HSV(B)239.11º53.15%99.61%-
XYZ32.3324.7596.84-
YUV135.56194.84116.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.09%
GREEN value IS 121 (47.66% from 255) = 24.49%
BLUE value IS 254 (99.61% from 255) = 51.42%
R=24.09%
G=24.49%
B=51.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1191212540.530.5200.00239.1198.5473.14
Hex7779FE353400ef6349
Octal167171376656400357143111
Binary1110111111100111111110110101110100001110111111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7779FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7779FE; }

 p { color: rgb(119,121,254); }

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

<style>
 a { background-color: #7779FE; }

 a { background-color: rgb(119,121,254); }

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

<style>
 span { border-color: #7779FE; }

 span { border-color: rgb(119,121,254); }

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