#908BAD

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

Shades of Grey Suit #908BAD

Tints of Grey Suit #908BAD

Color information

#908BAD (or 0x908BAD) is unknown color: approx Grey Suit. HEX triplet: 90, 8B and AD. RGB value is (144,139,173). Sum of RGB (Red+Green+Blue) = 144+139+173=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 173 - color contains mainly: blue. Hex color #908BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908BAD is #6F7452. Grayscale: #909090. Windows color (decimal): -7304275 or 11373456. OLE color: 11373456.

HSL color Cylindrical-coordinate representation of color #908BAD: hue angle of 248.82º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #908BAD is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144139173-
CMYK0.170.2000.32
HSL248.82º17.17%61.18%-
HSV(B)248.82º19.65%67.84%-
XYZ28.2827.4143.34-
YUV144.37144.16127.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.58%
GREEN value IS 139 (54.69% from 255) = 30.48%
BLUE value IS 173 (67.97% from 255) = 37.94%
R=31.58%
G=30.48%
B=37.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441391730.170.2000.32248.8217.1761.18
Hex908BAD1114020f9113d
Octal22021325521240403712175
Binary100100001000101110101101100011010001000001111100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,139,173); }

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

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

 a { background-color: rgb(144,139,173); }

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

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

 span { border-color: rgb(144,139,173); }

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