#908FAC

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

Shades of Santas Grey #908FAC

Tints of Santas Grey #908FAC

Color information

#908FAC (or 0x908FAC) is unknown color: approx Santas Grey. HEX triplet: 90, 8F and AC. RGB value is (144,143,172). Sum of RGB (Red+Green+Blue) = 144+143+172=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #908FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908FAC is #6F7053. Grayscale: #929292. Windows color (decimal): -7303252 or 11308944. OLE color: 11308944.

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

Color convert

RGB144143172-
CMYK0.160.1700.33
HSL242.07º14.87%61.76%-
HSV(B)242.07º16.86%67.45%-
XYZ28.7728.5543.02-
YUV146.6142.33126.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.37%
GREEN value IS 143 (56.25% from 255) = 31.15%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=31.37%
G=31.15%
B=37.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441431720.160.1700.33242.0714.8761.76
Hex908FAC1011021f2f3e
Octal22021725420210413621776
Binary10010000100011111010110010000100010100001111100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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