#908EAD

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

Shades of Santas Grey #908EAD

Tints of Santas Grey #908EAD

Color information

#908EAD (or 0x908EAD) is unknown color: approx Santas Grey. HEX triplet: 90, 8E and AD. RGB value is (144,142,173). Sum of RGB (Red+Green+Blue) = 144+142+173=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 173 - color contains mainly: blue. Hex color #908EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908EAD is #6F7152. Grayscale: #929292. Windows color (decimal): -7303507 or 11374224. OLE color: 11374224.

HSL color Cylindrical-coordinate representation of color #908EAD: hue angle of 243.87º 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 #908EAD is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144142173-
CMYK0.170.1800.32
HSL243.87º15.9%61.76%-
HSV(B)243.87º17.92%67.84%-
XYZ28.7228.2943.48-
YUV146.13143.16126.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.37%
GREEN value IS 142 (55.86% from 255) = 30.94%
BLUE value IS 173 (67.97% from 255) = 37.69%
R=31.37%
G=30.94%
B=37.69%

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
Decimal1441421730.170.1800.32243.8715.961.76
Hex908EAD1112020f4103e
Octal22021625521220403642076
Binary100100001000111010101101100011001001000001111010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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