Html Css Color HEX #949EAB Grey Chateau

📋 copy color: '#949EAB'

red 148 ◦ green 158 ◦ blue 171

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

Shades of Grey Chateau #949EAB

Tints of Grey Chateau #949EAB

RGB

 RED value IS 148 (58.2% from 255) = 31.03%

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

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

R = 31.03%
G = 33.12%
B = 35.85%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#949EAB (or 0x949EAB) is known color: Grey Chateau. HEX triplet: 94, 9E and AB. RGB value is (148,158,171). Sum of RGB (Red+Green+Blue) = 148+158+171=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 171 - color contains mainly: blue. Hex color #949EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949EAB is #6B6154. Grayscale: #9C9C9C. Windows color (decimal): -7037269 or 11247252. OLE color: 11247252.

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

Color convert

RGB 148 158 171 -
CMYK 0.13 0.08 0 0.33
HSL 213.91º 0.12% 0.63% -
HSV(B) 213.91º 0.13% 0.67% -
XYZ 31.79 33.69 43.36 -
YUV 156.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 148 158 171 0.13 0.08 0 0.33 213.91 0.12 0.63
Hex 94 9E AB D 8 0 21 D6 C 3F
Octal 224 236 253 15 10 0 41 326 14 77
Binary 10010100 10011110 10101011 1101 1000 0 100001 11010110 1100 111111

Color Harmonies of #949EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949EAB

Black with #949EAB

Text Example


Text Example

White with #949EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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