Html Css Color HEX #778AA1 Light Slate Grey

📋 copy color: '#778AA1'

red 119 ◦ green 138 ◦ blue 161

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

Shades of Light Slate Grey #778AA1

Tints of Light Slate Grey #778AA1

RGB

 RED value IS 119 (46.88% from 255) = 28.47%

 GREEN value IS 138 (54.3% from 255) = 33.01%

 BLUE value IS 161 (63.28% from 255) = 38.52%

R = 28.47%
G = 33.01%
B = 38.52%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#778AA1 (or 0x778AA1) is known color: Light Slate Grey. HEX triplet: 77, 8A and A1. RGB value is (119,138,161). Sum of RGB (Red+Green+Blue) = 119+138+161=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 161 - color contains mainly: blue. Hex color #778AA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778AA1 is #88755E. Grayscale: #868686. Windows color (decimal): -8942943 or 10586743. OLE color: 10586743.

HSL color Cylindrical-coordinate representation of color #778AA1: hue angle of 212.86º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #778AA1 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 119 138 161 -
CMYK 0.26 0.14 0 0.37
HSL 212.86º 0.18% 0.55% -
HSV(B) 212.86º 0.26% 0.63% -
XYZ 23.13 24.67 37.26 -
YUV 134.94 142.71 116.63 -
System Red Green Blue C M Y K H S L
Decimal 119 138 161 0.26 0.14 0 0.37 212.86 0.18 0.55
Hex 77 8A A1 1A E 0 25 D5 12 37
Octal 167 212 241 32 16 0 45 325 22 67
Binary 1110111 10001010 10100001 11010 1110 0 100101 11010101 10010 110111

Color Harmonies of #778AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778AA1

Black with #778AA1

Text Example


Text Example

White with #778AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778AA1; }

 p { color: rgb(119,138,161); }

 H1.HeaderClassName
 {
   color: #778AA1;
 }
 .AnyTagClassName
 {
   color: #778AA1;
 }
</style>

background-color css

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

 a { background-color: rgb(119,138,161); }

 div.DivClassName
 {
   background-color: #778AA1;
 }
 .BgClassName
 {
   background-color: #778AA1;
 }
</style>

border-color css

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

 span { border-color: rgb(119,138,161); }

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