#778498

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

Shades of Light Slate Grey #778498

Tints of Light Slate Grey #778498

Color information

#778498 (or 0x778498) is unknown color: approx Light Slate Grey. HEX triplet: 77, 84 and 98. RGB value is (119,132,152). Sum of RGB (Red+Green+Blue) = 119+132+152=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 152 - color contains mainly: blue. Hex color #778498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778498 is #887B67. Grayscale: #828282. Windows color (decimal): -8944488 or 9995383. OLE color: 9995383.

HSL color Cylindrical-coordinate representation of color #778498: hue angle of 216.36º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #778498 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB119132152-
CMYK0.220.1300.40
HSL216.36º13.81%53.14%-
HSV(B)216.36º21.71%59.61%-
XYZ21.5322.6932.95-
YUV130.39140.19119.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.53%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 152 (59.77% from 255) = 37.72%
R=29.53%
G=32.75%
B=37.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191321520.220.1300.40216.3613.8153.14
Hex77849816D028d8e35
Octal16720423026150503301665
Binary111011110000100100110001011011010101000110110001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778498; }

 p { color: rgb(119,132,152); }

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

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

 a { background-color: rgb(119,132,152); }

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

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

 span { border-color: rgb(119,132,152); }

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