#949FAB

Color #949FAB Grey Chateau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Chateau #949FAB

Tints of Grey Chateau #949FAB

Color information

#949FAB (or 0x949FAB) is unknown color: approx 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

RGB148159171-
CMYK0.130.0700.33
HSL211.3º12.04%62.55%-
HSV(B)211.3º13.45%67.06%-
XYZ31.9634.0343.41-
YUV157.08135.86121.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% 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 (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481591710.130.0700.33211.312.0462.55
Hex949FABD7021d3c3f
Octal2242372531570413231477
Binary10010100100111111010101111011110100001110100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>