Html Css Color HEX #949FAA Grey Chateau

📋 copy color: '#949FAA'

red 148 ◦ green 159 ◦ blue 170

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

Shades of Grey Chateau #949FAA

Tints of Grey Chateau #949FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.64%

R = 31.03%
G = 33.33%
B = 35.64%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#949FAA (or 0x949FAA) is known color: Grey Chateau. HEX triplet: 94, 9F and AA. RGB value is (148,159,170). Sum of RGB (Red+Green+Blue) = 148+159+170=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 170 - color contains mainly: blue. Hex color #949FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949FAA is #6B6055. Grayscale: #9C9C9C. Windows color (decimal): -7037014 or 11181972. OLE color: 11181972.

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

Color convert

RGB 148 159 170 -
CMYK 0.13 0.06 0 0.33
HSL 210º 0.11% 0.62% -
HSV(B) 210º 0.13% 0.67% -
XYZ 31.87 33.99 42.91 -
YUV 156.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 148 159 170 0.13 0.06 0 0.33 210 0.11 0.62
Hex 94 9F AA D 6 0 21 D2 B 3E
Octal 224 237 252 15 6 0 41 322 13 76
Binary 10010100 10011111 10101010 1101 110 0 100001 11010010 1011 111110

Color Harmonies of #949FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949FAA

Black with #949FAA

Text Example


Text Example

White with #949FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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