#908FAA

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

Shades of Santas Grey #908FAA

Tints of Santas Grey #908FAA

Color information

#908FAA (or 0x908FAA) is unknown color: approx Santas Grey. HEX triplet: 90, 8F and AA. RGB value is (144,143,170). Sum of RGB (Red+Green+Blue) = 144+143+170=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #908FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908FAA is #6F7055. Grayscale: #929292. Windows color (decimal): -7303254 or 11177872. OLE color: 11177872.

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

Color convert

RGB144143170-
CMYK0.150.1600.33
HSL242.22º13.71%61.37%-
HSV(B)242.22º15.88%66.67%-
XYZ28.5828.4842.02-
YUV146.38141.33126.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.51%
GREEN value IS 143 (56.25% from 255) = 31.29%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=31.51%
G=31.29%
B=37.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441431700.150.1600.33242.2213.7161.37
Hex908FAAF10021f2e3d
Octal22021725217200413621675
Binary1001000010001111101010101111100000100001111100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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