Html Css Color HEX #959FAC Grey Chateau

📋 copy color: '#959FAC'

red 149 ◦ green 159 ◦ blue 172

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

Shades of Grey Chateau #959FAC

Tints of Grey Chateau #959FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.83%

R = 31.04%
G = 33.13%
B = 35.83%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#959FAC (or 0x959FAC) is known color: Grey Chateau. HEX triplet: 95, 9F and AC. RGB value is (149,159,172). Sum of RGB (Red+Green+Blue) = 149+159+172=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 172 - color contains mainly: blue. Hex color #959FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959FAC is #6A6053. Grayscale: #9D9D9D. Windows color (decimal): -6971476 or 11313045. OLE color: 11313045.

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

Color convert

RGB 149 159 172 -
CMYK 0.13 0.08 0 0.33
HSL 213.91º 0.12% 0.63% -
HSV(B) 213.91º 0.13% 0.67% -
XYZ 32.24 34.16 43.92 -
YUV 157.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 149 159 172 0.13 0.08 0 0.33 213.91 0.12 0.63
Hex 95 9F AC D 8 0 21 D6 C 3F
Octal 225 237 254 15 10 0 41 326 14 77
Binary 10010101 10011111 10101100 1101 1000 0 100001 11010110 1100 111111

Color Harmonies of #959FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959FAC

Black with #959FAC

Text Example


Text Example

White with #959FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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