Html Css Color HEX #919EAB Grey Chateau

📋 copy color: '#919EAB'

red 145 ◦ green 158 ◦ blue 171

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

Shades of Grey Chateau #919EAB

Tints of Grey Chateau #919EAB

RGB

 RED value IS 145 (57.03% from 255) = 30.59%

 GREEN value IS 158 (62.11% from 255) = 33.33%

 BLUE value IS 171 (67.19% from 255) = 36.08%

R = 30.59%
G = 33.33%
B = 36.08%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#919EAB (or 0x919EAB) is known color: Grey Chateau. HEX triplet: 91, 9E and AB. RGB value is (145,158,171). Sum of RGB (Red+Green+Blue) = 145+158+171=474 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.59% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 171 - color contains mainly: blue. Hex color #919EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919EAB is #6E6154. Grayscale: #9B9B9B. Windows color (decimal): -7233877 or 11247249. OLE color: 11247249.

HSL color Cylindrical-coordinate representation of color #919EAB: hue angle of 210º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #919EAB is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 158 171 -
CMYK 0.15 0.08 0 0.33
HSL 210º 0.13% 0.62% -
HSV(B) 210º 0.15% 0.67% -
XYZ 31.25 33.41 43.33 -
YUV 155.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 145 158 171 0.15 0.08 0 0.33 210 0.13 0.62
Hex 91 9E AB F 8 0 21 D2 D 3E
Octal 221 236 253 17 10 0 41 322 15 76
Binary 10010001 10011110 10101011 1111 1000 0 100001 11010010 1101 111110

Color Harmonies of #919EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919EAB

Black with #919EAB

Text Example


Text Example

White with #919EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919EAB; }

 p { color: rgb(145,158,171); }

 H1.HeaderClassName
 {
   color: #919EAB;
 }
 .AnyTagClassName
 {
   color: #919EAB;
 }
</style>

background-color css

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

 a { background-color: rgb(145,158,171); }

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

border-color css

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

 span { border-color: rgb(145,158,171); }

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