#949AA2

Color #949AA2 Grey Chateau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Chateau #949AA2

Tints of Grey Chateau #949AA2

Color information

#949AA2 (or 0x949AA2) is unknown color: approx 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

RGB148154162-
CMYK0.090.0500.36
HSL214.29º7%60.78%-
HSV(B)214.29º8.64%63.53%-
XYZ30.2932.0238.77-
YUV153.12133.01124.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.90%
GREEN value IS 154 (60.55% from 255) = 33.19%
BLUE value IS 162 (63.67% from 255) = 34.91%
R=31.90%
G=33.19%
B=34.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481541620.090.0500.36214.29760.78
Hex949AA295024d673d
Octal224232242115044326775
Binary1001010010011010101000101001101010010011010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>