#908FAF

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

Shades of Santas Grey #908FAF

Tints of Santas Grey #908FAF

Color information

#908FAF (or 0x908FAF) is unknown color: approx Santas Grey. HEX triplet: 90, 8F and AF. RGB value is (144,143,175). Sum of RGB (Red+Green+Blue) = 144+143+175=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: blue. Hex color #908FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908FAF is #6F7050. Grayscale: #929292. Windows color (decimal): -7303249 or 11505552. OLE color: 11505552.

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

Color convert

RGB144143175-
CMYK0.180.1800.31
HSL241.88º16.67%62.35%-
HSV(B)241.88º18.29%68.63%-
XYZ29.0628.6744.56-
YUV146.95143.83125.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.17%
GREEN value IS 143 (56.25% from 255) = 30.95%
BLUE value IS 175 (68.75% from 255) = 37.88%
R=31.17%
G=30.95%
B=37.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441431750.180.1800.31241.8816.6762.35
Hex908FAF121201Ff2113e
Octal22021725722220373622176
Binary10010000100011111010111110010100100111111111001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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