#908EAE

Color #908EAE Santas Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Santas Grey #908EAE

Tints of Santas Grey #908EAE

Color information

#908EAE (or 0x908EAE) is unknown color: approx Santas Grey. HEX triplet: 90, 8E and AE. RGB value is (144,142,174). Sum of RGB (Red+Green+Blue) = 144+142+174=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 174 - color contains mainly: blue. Hex color #908EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908EAE is #6F7151. Grayscale: #929292. Windows color (decimal): -7303506 or 11439760. OLE color: 11439760.

HSL color Cylindrical-coordinate representation of color #908EAE: hue angle of 243.75º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #908EAE is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144142174-
CMYK0.170.1800.32
HSL243.75º16.49%61.96%-
HSV(B)243.75º18.39%68.24%-
XYZ28.8128.3343.99-
YUV146.25143.66126.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.30%
GREEN value IS 142 (55.86% from 255) = 30.87%
BLUE value IS 174 (68.36% from 255) = 37.83%
R=31.30%
G=30.87%
B=37.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441421740.170.1800.32243.7516.4961.96
Hex908EAE1112020f4103e
Octal22021625621220403642076
Binary100100001000111010101110100011001001000001111010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908EAE; }

 p { color: rgb(144,142,174); }

 H1.HeaderClassName
 {
   color: #908EAE;
 }
 .AnyTagClassName
 {
   color: #908EAE;
 }
</style>
background-color css

<style>
 a { background-color: #908EAE; }

 a { background-color: rgb(144,142,174); }

 div.DivClassName
 {
   background-color: #908EAE;
 }
 .BgClassName
 {
   background-color: #908EAE;
 }
</style>
border-color css

<style>
 span { border-color: #908EAE; }

 span { border-color: rgb(144,142,174); }

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