Html Css Color HEX #949FAB Grey Chateau

📋 copy color: '#949FAB'

red 148 ◦ green 159 ◦ blue 171

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

Shades of Grey Chateau #949FAB

Tints of Grey Chateau #949FAB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.26%

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

R = 30.96%
G = 33.26%
B = 35.77%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#949FAB (or 0x949FAB) is known color: Grey Chateau. HEX triplet: 94, 9F and AB. RGB value is (148,159,171). Sum of RGB (Red+Green+Blue) = 148+159+171=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: blue. Hex color #949FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949FAB is #6B6054. Grayscale: #9D9D9D. Windows color (decimal): -7037013 or 11247508. OLE color: 11247508.

HSL color Cylindrical-coordinate representation of color #949FAB: hue angle of 211.3º 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 #949FAB is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 159 171 -
CMYK 0.13 0.07 0 0.33
HSL 211.3º 0.12% 0.63% -
HSV(B) 211.3º 0.13% 0.67% -
XYZ 31.96 34.03 43.41 -
YUV 157.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 148 159 171 0.13 0.07 0 0.33 211.3 0.12 0.63
Hex 94 9F AB D 7 0 21 D3 C 3F
Octal 224 237 253 15 7 0 41 323 14 77
Binary 10010100 10011111 10101011 1101 111 0 100001 11010011 1100 111111

Color Harmonies of #949FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949FAB

Black with #949FAB

Text Example


Text Example

White with #949FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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