Html Css Color HEX #959EA8 Grey Chateau

📋 copy color: '#959EA8'

red 149 ◦ green 158 ◦ blue 168

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

Shades of Grey Chateau #959EA8

Tints of Grey Chateau #959EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.37%

R = 31.37%
G = 33.26%
B = 35.37%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#959EA8 (or 0x959EA8) is known color: Grey Chateau. HEX triplet: 95, 9E and A8. RGB value is (149,158,168). Sum of RGB (Red+Green+Blue) = 149+158+168=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 168 - color contains mainly: blue. Hex color #959EA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959EA8 is #6A6157. Grayscale: #9C9C9C. Windows color (decimal): -6971736 or 11050645. OLE color: 11050645.

HSL color Cylindrical-coordinate representation of color #959EA8: hue angle of 211.58º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #959EA8 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 149 158 168 -
CMYK 0.11 0.06 0 0.34
HSL 211.58º 0.1% 0.62% -
HSV(B) 211.58º 0.11% 0.66% -
XYZ 31.69 33.67 41.87 -
YUV 156.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 149 158 168 0.11 0.06 0 0.34 211.58 0.1 0.62
Hex 95 9E A8 B 6 0 22 D4 A 3E
Octal 225 236 250 13 6 0 42 324 12 76
Binary 10010101 10011110 10101000 1011 110 0 100010 11010100 1010 111110

Color Harmonies of #959EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959EA8

Black with #959EA8

Text Example


Text Example

White with #959EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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