Html Css Color HEX #949CA9 Grey Chateau

📋 copy color: '#949CA9'

red 148 ◦ green 156 ◦ blue 169

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

Shades of Grey Chateau #949CA9

Tints of Grey Chateau #949CA9

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.98%

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

R = 31.29%
G = 32.98%
B = 35.73%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#949CA9 (or 0x949CA9) is known color: Grey Chateau. HEX triplet: 94, 9C and A9. RGB value is (148,156,169). Sum of RGB (Red+Green+Blue) = 148+156+169=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 169 - color contains mainly: blue. Hex color #949CA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949CA9 is #6B6356. Grayscale: #9B9B9B. Windows color (decimal): -7037783 or 11115668. OLE color: 11115668.

HSL color Cylindrical-coordinate representation of color #949CA9: hue angle of 217.14º 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 #949CA9 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 148 156 169 -
CMYK 0.12 0.08 0 0.34
HSL 217.14º 0.11% 0.62% -
HSV(B) 217.14º 0.12% 0.66% -
XYZ 31.26 32.94 42.25 -
YUV 155.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 148 156 169 0.12 0.08 0 0.34 217.14 0.11 0.62
Hex 94 9C A9 C 8 0 22 D9 B 3E
Octal 224 234 251 14 10 0 42 331 13 76
Binary 10010100 10011100 10101001 1100 1000 0 100010 11011001 1011 111110

Color Harmonies of #949CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949CA9

Black with #949CA9

Text Example


Text Example

White with #949CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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