#908EB2

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

Shades of Santas Grey #908EB2

Tints of Santas Grey #908EB2

Color information

#908EB2 (or 0x908EB2) is unknown color: approx Santas Grey. HEX triplet: 90, 8E and B2. RGB value is (144,142,178). Sum of RGB (Red+Green+Blue) = 144+142+178=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 178 - color contains mainly: blue. Hex color #908EB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908EB2 is #6F714D. Grayscale: #929292. Windows color (decimal): -7303502 or 11701904. OLE color: 11701904.

HSL color Cylindrical-coordinate representation of color #908EB2: hue angle of 243.33º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #908EB2 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB144142178-
CMYK0.190.2000.30
HSL243.33º18.95%62.75%-
HSV(B)243.33º20.22%69.8%-
XYZ29.2128.4946.08-
YUV146.7145.66126.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.03%
GREEN value IS 142 (55.86% from 255) = 30.60%
BLUE value IS 178 (69.92% from 255) = 38.36%
R=31.03%
G=30.60%
B=38.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1441421780.190.2000.30243.3318.9562.75
Hex908EB2131401Ef3133f
Octal22021626223240363632377
Binary10010000100011101011001010011101000111101111001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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