Html Css Color HEX #949AA2 Grey Chateau

📋 copy color: '#949AA2'

red 148 ◦ green 154 ◦ blue 162

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

Shades of Grey Chateau #949AA2

Tints of Grey Chateau #949AA2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.19%

 BLUE value IS 162 (63.67% from 255) = 34.91%

R = 31.9%
G = 33.19%
B = 34.91%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#949AA2 (or 0x949AA2) is known color: Grey Chateau. HEX triplet: 94, 9A and A2. RGB value is (148,154,162). Sum of RGB (Red+Green+Blue) = 148+154+162=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 162 - color contains mainly: blue. Hex color #949AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949AA2 is #6B655D. Grayscale: #999999. Windows color (decimal): -7038302 or 10656404. OLE color: 10656404.

HSL color Cylindrical-coordinate representation of color #949AA2: hue angle of 214.29º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #949AA2 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 154 162 -
CMYK 0.09 0.05 0 0.36
HSL 214.29º 0.07% 0.61% -
HSV(B) 214.29º 0.09% 0.64% -
XYZ 30.29 32.02 38.77 -
YUV 153.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 148 154 162 0.09 0.05 0 0.36 214.29 0.07 0.61
Hex 94 9A A2 9 5 0 24 D6 7 3D
Octal 224 232 242 11 5 0 44 326 7 75
Binary 10010100 10011010 10100010 1001 101 0 100100 11010110 111 111101

Color Harmonies of #949AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949AA2

Black with #949AA2

Text Example


Text Example

White with #949AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,154,162); }

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

background-color css

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

 a { background-color: rgb(148,154,162); }

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

border-color css

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

 span { border-color: rgb(148,154,162); }

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