Html Css Color HEX #959EA3 Grey Chateau

📋 copy color: '#959EA3'

red 149 ◦ green 158 ◦ blue 163

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

Shades of Grey Chateau #959EA3

Tints of Grey Chateau #959EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 34.68%

R = 31.7%
G = 33.62%
B = 34.68%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#959EA3 (or 0x959EA3) is known color: Grey Chateau. HEX triplet: 95, 9E and A3. RGB value is (149,158,163). Sum of RGB (Red+Green+Blue) = 149+158+163=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 163 - color contains mainly: blue. Hex color #959EA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959EA3 is #6A615C. Grayscale: #9B9B9B. Windows color (decimal): -6971741 or 10722965. OLE color: 10722965.

HSL color Cylindrical-coordinate representation of color #959EA3: hue angle of 201.43º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #959EA3 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 158 163 -
CMYK 0.09 0.03 0 0.36
HSL 201.43º 0.07% 0.61% -
HSV(B) 201.43º 0.09% 0.64% -
XYZ 31.23 33.49 39.47 -
YUV 155.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 149 158 163 0.09 0.03 0 0.36 201.43 0.07 0.61
Hex 95 9E A3 9 3 0 24 C9 7 3D
Octal 225 236 243 11 3 0 44 311 7 75
Binary 10010101 10011110 10100011 1001 11 0 100100 11001001 111 111101

Color Harmonies of #959EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959EA3

Black with #959EA3

Text Example


Text Example

White with #959EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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