#908CB1

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

Shades of Grey Suit #908CB1

Tints of Grey Suit #908CB1

Color information

#908CB1 (or 0x908CB1) is unknown color: approx Grey Suit. HEX triplet: 90, 8C and B1. RGB value is (144,140,177). Sum of RGB (Red+Green+Blue) = 144+140+177=461 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.24% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 177 (69.53% from 255 or 38.39% from 461); Max value from RGB is 177 - color contains mainly: blue. Hex color #908CB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908CB1 is #6F734E. Grayscale: #919191. Windows color (decimal): -7304015 or 11635856. OLE color: 11635856.

HSL color Cylindrical-coordinate representation of color #908CB1: hue angle of 246.49º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #908CB1 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB144140177-
CMYK0.190.2100.31
HSL246.49º19.17%62.16%-
HSV(B)246.49º20.9%69.41%-
XYZ28.8227.8645.45-
YUV145.41145.83126.99-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.24%
GREEN value IS 140 (55.08% from 255) = 30.37%
BLUE value IS 177 (69.53% from 255) = 38.39%
R=31.24%
G=30.37%
B=38.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441401770.190.2100.31246.4919.1762.16
Hex908CB1131501Ff6133e
Octal22021426123250373662376
Binary10010000100011001011000110011101010111111111011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,140,177); }

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

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

 a { background-color: rgb(144,140,177); }

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

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

 span { border-color: rgb(144,140,177); }

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