Html Css Color HEX #959EAA Grey Chateau

📋 copy color: '#959EAA'

red 149 ◦ green 158 ◦ blue 170

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

Shades of Grey Chateau #959EAA

Tints of Grey Chateau #959EAA

RGB

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

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

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

R = 31.24%
G = 33.12%
B = 35.64%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#959EAA (or 0x959EAA) is known color: Grey Chateau. HEX triplet: 95, 9E and AA. RGB value is (149,158,170). Sum of RGB (Red+Green+Blue) = 149+158+170=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 170 - color contains mainly: blue. Hex color #959EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959EAA is #6A6155. Grayscale: #9C9C9C. Windows color (decimal): -6971734 or 11181717. OLE color: 11181717.

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

Color convert

RGB 149 158 170 -
CMYK 0.12 0.07 0 0.33
HSL 214.29º 0.11% 0.63% -
HSV(B) 214.29º 0.12% 0.67% -
XYZ 31.88 33.75 42.86 -
YUV 156.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 149 158 170 0.12 0.07 0 0.33 214.29 0.11 0.63
Hex 95 9E AA C 7 0 21 D6 B 3F
Octal 225 236 252 14 7 0 41 326 13 77
Binary 10010101 10011110 10101010 1100 111 0 100001 11010110 1011 111111

Color Harmonies of #959EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959EAA

Black with #959EAA

Text Example


Text Example

White with #959EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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