Html Css Color HEX #778498 Light Slate Grey

📋 copy color: '#778498'

red 119 ◦ green 132 ◦ blue 152

#778498
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Grey #778498

Tints of Light Slate Grey #778498

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 value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#778498 (or 0x778498) is known color: 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

RGB 119 132 152 -
CMYK 0.22 0.13 0 0.40
HSL 216.36º 0.14% 0.53% -
HSV(B) 216.36º 0.22% 0.6% -
XYZ 21.53 22.69 32.95 -
YUV 130.39 140.19 119.87 -
System Red Green Blue C M Y K H S L
Decimal 119 132 152 0.22 0.13 0 0.40 216.36 0.14 0.53
Hex 77 84 98 16 D 0 28 D8 E 35
Octal 167 204 230 26 15 0 50 330 16 65
Binary 1110111 10000100 10011000 10110 1101 0 101000 11011000 1110 110101

Color Harmonies of #778498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778498

Black with #778498

Text Example


Text Example

White with #778498

Text Example


Text Example

HTML Codes & Css Web 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>