Html Css Color HEX #949FAD Grey Chateau

📋 copy color: '#949FAD'

red 148 ◦ green 159 ◦ blue 173

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

Shades of Grey Chateau #949FAD

Tints of Grey Chateau #949FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.04%

R = 30.83%
G = 33.13%
B = 36.04%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#949FAD (or 0x949FAD) is known color: Grey Chateau. HEX triplet: 94, 9F and AD. RGB value is (148,159,173). Sum of RGB (Red+Green+Blue) = 148+159+173=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 173 - color contains mainly: blue. Hex color #949FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949FAD is #6B6052. Grayscale: #9D9D9D. Windows color (decimal): -7037011 or 11378580. OLE color: 11378580.

HSL color Cylindrical-coordinate representation of color #949FAD: hue angle of 213.6º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #949FAD is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 159 173 -
CMYK 0.14 0.08 0 0.32
HSL 213.6º 0.13% 0.63% -
HSV(B) 213.6º 0.14% 0.68% -
XYZ 32.15 34.11 44.42 -
YUV 157.31 136.86 121.36 -
System Red Green Blue C M Y K H S L
Decimal 148 159 173 0.14 0.08 0 0.32 213.6 0.13 0.63
Hex 94 9F AD E 8 0 20 D6 D 3F
Octal 224 237 255 16 10 0 40 326 15 77
Binary 10010100 10011111 10101101 1110 1000 0 100000 11010110 1101 111111

Color Harmonies of #949FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949FAD

Black with #949FAD

Text Example


Text Example

White with #949FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,159,173); }

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

background-color css

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

 a { background-color: rgb(148,159,173); }

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

border-color css

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

 span { border-color: rgb(148,159,173); }

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