#908EAA

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

Shades of Grey Suit #908EAA

Tints of Grey Suit #908EAA

Color information

#908EAA (or 0x908EAA) is unknown color: approx Grey Suit. HEX triplet: 90, 8E and AA. RGB value is (144,142,170). Sum of RGB (Red+Green+Blue) = 144+142+170=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #908EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908EAA is #6F7155. Grayscale: #919191. Windows color (decimal): -7303510 or 11177616. OLE color: 11177616.

HSL color Cylindrical-coordinate representation of color #908EAA: hue angle of 244.29º 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 #908EAA is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144142170-
CMYK0.150.1600.33
HSL244.29º14.14%61.18%-
HSV(B)244.29º16.47%66.67%-
XYZ28.4328.1841.97-
YUV145.79141.66126.72-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.58%
GREEN value IS 142 (55.86% from 255) = 31.14%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=31.58%
G=31.14%
B=37.28%

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
Decimal1441421700.150.1600.33244.2914.1461.18
Hex908EAAF10021f4e3d
Octal22021625217200413641675
Binary1001000010001110101010101111100000100001111101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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