#908FAD

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

Shades of Santas Grey #908FAD

Tints of Santas Grey #908FAD

Color information

#908FAD (or 0x908FAD) is unknown color: approx Santas Grey. HEX triplet: 90, 8F and AD. RGB value is (144,143,173). Sum of RGB (Red+Green+Blue) = 144+143+173=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #908FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908FAD is #6F7052. Grayscale: #929292. Windows color (decimal): -7303251 or 11374480. OLE color: 11374480.

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

Color convert

RGB144143173-
CMYK0.170.1700.32
HSL242º15.46%61.96%-
HSV(B)242º17.34%67.84%-
XYZ28.8728.5943.53-
YUV146.72142.83126.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.30%
GREEN value IS 143 (56.25% from 255) = 31.09%
BLUE value IS 173 (67.97% from 255) = 37.61%
R=31.30%
G=31.09%
B=37.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441431730.170.1700.3224215.4661.96
Hex908FAD1111020f2f3e
Octal22021725521210403621776
Binary10010000100011111010110110001100010100000111100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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