Html Css Color HEX #959FAB Grey Chateau

📋 copy color: '#959FAB'

red 149 ◦ green 159 ◦ blue 171

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

Shades of Grey Chateau #959FAB

Tints of Grey Chateau #959FAB

RGB

 RED value IS 149 (58.59% from 255) = 31.11%

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

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

R = 31.11%
G = 33.19%
B = 35.7%

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

#959FAB (or 0x959FAB) is known color: Grey Chateau. HEX triplet: 95, 9F and AB. RGB value is (149,159,171). Sum of RGB (Red+Green+Blue) = 149+159+171=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 171 - color contains mainly: blue. Hex color #959FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959FAB is #6A6054. Grayscale: #9D9D9D. Windows color (decimal): -6971477 or 11247509. OLE color: 11247509.

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

Color convert

RGB 149 159 171 -
CMYK 0.13 0.07 0 0.33
HSL 212.73º 0.12% 0.63% -
HSV(B) 212.73º 0.13% 0.67% -
XYZ 32.14 34.13 43.42 -
YUV 157.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 149 159 171 0.13 0.07 0 0.33 212.73 0.12 0.63
Hex 95 9F AB D 7 0 21 D5 C 3F
Octal 225 237 253 15 7 0 41 325 14 77
Binary 10010101 10011111 10101011 1101 111 0 100001 11010101 1100 111111

Color Harmonies of #959FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959FAB

Black with #959FAB

Text Example


Text Example

White with #959FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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