Html Css Color HEX #949EA9 Grey Chateau

📋 copy color: '#949EA9'

red 148 ◦ green 158 ◦ blue 169

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

Shades of Grey Chateau #949EA9

Tints of Grey Chateau #949EA9

RGB

 RED value IS 148 (58.2% from 255) = 31.16%

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

 BLUE value IS 169 (66.41% from 255) = 35.58%

R = 31.16%
G = 33.26%
B = 35.58%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#949EA9 (or 0x949EA9) is known color: Grey Chateau. HEX triplet: 94, 9E and A9. RGB value is (148,158,169). Sum of RGB (Red+Green+Blue) = 148+158+169=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 169 - color contains mainly: blue. Hex color #949EA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949EA9 is #6B6156. Grayscale: #9C9C9C. Windows color (decimal): -7037271 or 11116180. OLE color: 11116180.

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

Color convert

RGB 148 158 169 -
CMYK 0.12 0.07 0 0.34
HSL 211.43º 0.11% 0.62% -
HSV(B) 211.43º 0.12% 0.66% -
XYZ 31.6 33.61 42.36 -
YUV 156.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 148 158 169 0.12 0.07 0 0.34 211.43 0.11 0.62
Hex 94 9E A9 C 7 0 22 D3 B 3E
Octal 224 236 251 14 7 0 42 323 13 76
Binary 10010100 10011110 10101001 1100 111 0 100010 11010011 1011 111110

Color Harmonies of #949EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949EA9

Black with #949EA9

Text Example


Text Example

White with #949EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949EA9; }

 p { color: rgb(148,158,169); }

 H1.HeaderClassName
 {
   color: #949EA9;
 }
 .AnyTagClassName
 {
   color: #949EA9;
 }
</style>

background-color css

<style>
 a { background-color: #949EA9; }

 a { background-color: rgb(148,158,169); }

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

border-color css

<style>
 span { border-color: #949EA9; }

 span { border-color: rgb(148,158,169); }

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