#908FAB

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

Shades of Santas Grey #908FAB

Tints of Santas Grey #908FAB

Color information

#908FAB (or 0x908FAB) is unknown color: approx Santas Grey. HEX triplet: 90, 8F and AB. RGB value is (144,143,171). Sum of RGB (Red+Green+Blue) = 144+143+171=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #908FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908FAB is #6F7054. Grayscale: #929292. Windows color (decimal): -7303253 or 11243408. OLE color: 11243408.

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

Color convert

RGB144143171-
CMYK0.160.1600.33
HSL242.14º14.29%61.57%-
HSV(B)242.14º16.37%67.06%-
XYZ28.6728.5142.52-
YUV146.49141.83126.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.44%
GREEN value IS 143 (56.25% from 255) = 31.22%
BLUE value IS 171 (67.19% from 255) = 37.34%
R=31.44%
G=31.22%
B=37.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441431710.160.1600.33242.1414.2961.57
Hex908FAB1010021f2e3e
Octal22021725320200413621676
Binary10010000100011111010101110000100000100001111100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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