Html Css Color HEX #919DAB Grey Chateau

📋 copy color: '#919DAB'

red 145 ◦ green 157 ◦ blue 171

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

Shades of Grey Chateau #919DAB

Tints of Grey Chateau #919DAB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.19%

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

R = 30.66%
G = 33.19%
B = 36.15%

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

#919DAB (or 0x919DAB) is known color: Grey Chateau. HEX triplet: 91, 9D and AB. RGB value is (145,157,171). Sum of RGB (Red+Green+Blue) = 145+157+171=473 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.66% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: blue. Hex color #919DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919DAB is #6E6254. Grayscale: #9A9A9A. Windows color (decimal): -7234133 or 11246993. OLE color: 11246993.

HSL color Cylindrical-coordinate representation of color #919DAB: hue angle of 212.31º 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 #919DAB is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 157 171 -
CMYK 0.15 0.08 0 0.33
HSL 212.31º 0.13% 0.62% -
HSV(B) 212.31º 0.15% 0.67% -
XYZ 31.08 33.07 43.27 -
YUV 155.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 145 157 171 0.15 0.08 0 0.33 212.31 0.13 0.62
Hex 91 9D AB F 8 0 21 D4 D 3E
Octal 221 235 253 17 10 0 41 324 15 76
Binary 10010001 10011101 10101011 1111 1000 0 100001 11010100 1101 111110

Color Harmonies of #919DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919DAB

Black with #919DAB

Text Example


Text Example

White with #919DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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