#778198

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

Shades of Light Slate Grey #778198

Tints of Light Slate Grey #778198

Color information

#778198 (or 0x778198) is unknown color: approx Light Slate Grey. HEX triplet: 77, 81 and 98. RGB value is (119,129,152). Sum of RGB (Red+Green+Blue) = 119+129+152=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 152 - color contains mainly: blue. Hex color #778198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778198 is #887E67. Grayscale: #808080. Windows color (decimal): -8945256 or 9994615. OLE color: 9994615.

HSL color Cylindrical-coordinate representation of color #778198: hue angle of 221.82º 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 #778198 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB119129152-
CMYK0.220.1500.40
HSL221.82º13.81%53.14%-
HSV(B)221.82º21.71%59.61%-
XYZ21.1321.8932.82-
YUV128.63141.19121.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.75%
GREEN value IS 129 (50.78% from 255) = 32.25%
BLUE value IS 152 (59.77% from 255) = 38%
R=29.75%
G=32.25%
B=38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191291520.220.1500.40221.8213.8153.14
Hex77819816F028dee35
Octal16720123026170503361665
Binary111011110000001100110001011011110101000110111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778198; }

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

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

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

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

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

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

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

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