#908FAE

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

Shades of Santas Grey #908FAE

Tints of Santas Grey #908FAE

Color information

#908FAE (or 0x908FAE) is unknown color: approx Santas Grey. HEX triplet: 90, 8F and AE. RGB value is (144,143,174). Sum of RGB (Red+Green+Blue) = 144+143+174=461 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.24% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 174 - color contains mainly: blue. Hex color #908FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908FAE is #6F7051. Grayscale: #929292. Windows color (decimal): -7303250 or 11440016. OLE color: 11440016.

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

Color convert

RGB144143174-
CMYK0.170.1800.32
HSL241.94º16.06%62.16%-
HSV(B)241.94º17.82%68.24%-
XYZ28.9628.6344.04-
YUV146.83143.33125.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.24%
GREEN value IS 143 (56.25% from 255) = 31.02%
BLUE value IS 174 (68.36% from 255) = 37.74%
R=31.24%
G=31.02%
B=37.74%

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
Decimal1441431740.170.1800.32241.9416.0662.16
Hex908FAE1112020f2103e
Octal22021725621220403622076
Binary100100001000111110101110100011001001000001111001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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