Html Css Color HEX #949FAC Grey Chateau

📋 copy color: '#949FAC'

red 148 ◦ green 159 ◦ blue 172

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

Shades of Grey Chateau #949FAC

Tints of Grey Chateau #949FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.91%

R = 30.9%
G = 33.19%
B = 35.91%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#949FAC (or 0x949FAC) is known color: Grey Chateau. HEX triplet: 94, 9F and AC. RGB value is (148,159,172). Sum of RGB (Red+Green+Blue) = 148+159+172=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 172 - color contains mainly: blue. Hex color #949FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949FAC is #6B6053. Grayscale: #9D9D9D. Windows color (decimal): -7037012 or 11313044. OLE color: 11313044.

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

Color convert

RGB 148 159 172 -
CMYK 0.14 0.08 0 0.33
HSL 212.5º 0.13% 0.63% -
HSV(B) 212.5º 0.14% 0.67% -
XYZ 32.06 34.07 43.92 -
YUV 157.19 136.36 121.44 -
System Red Green Blue C M Y K H S L
Decimal 148 159 172 0.14 0.08 0 0.33 212.5 0.13 0.63
Hex 94 9F AC E 8 0 21 D4 D 3F
Octal 224 237 254 16 10 0 41 324 15 77
Binary 10010100 10011111 10101100 1110 1000 0 100001 11010100 1101 111111

Color Harmonies of #949FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949FAC

Black with #949FAC

Text Example


Text Example

White with #949FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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