Html Css Color HEX #959FAA Grey Chateau

📋 copy color: '#959FAA'

red 149 ◦ green 159 ◦ blue 170

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

Shades of Grey Chateau #959FAA

Tints of Grey Chateau #959FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.56%

R = 31.17%
G = 33.26%
B = 35.56%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#959FAA (or 0x959FAA) is known color: Grey Chateau. HEX triplet: 95, 9F and AA. RGB value is (149,159,170). Sum of RGB (Red+Green+Blue) = 149+159+170=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 170 - color contains mainly: blue. Hex color #959FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959FAA is #6A6055. Grayscale: #9D9D9D. Windows color (decimal): -6971478 or 11181973. OLE color: 11181973.

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

Color convert

RGB 149 159 170 -
CMYK 0.12 0.06 0 0.33
HSL 211.43º 0.11% 0.63% -
HSV(B) 211.43º 0.12% 0.67% -
XYZ 32.05 34.09 42.92 -
YUV 157.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 149 159 170 0.12 0.06 0 0.33 211.43 0.11 0.63
Hex 95 9F AA C 6 0 21 D3 B 3F
Octal 225 237 252 14 6 0 41 323 13 77
Binary 10010101 10011111 10101010 1100 110 0 100001 11010011 1011 111111

Color Harmonies of #959FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959FAA

Black with #959FAA

Text Example


Text Example

White with #959FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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