#908988

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

Shades of Suva Grey #908988

Tints of Suva Grey #908988

Color information

#908988 (or 0x908988) is unknown color: approx Suva Grey. HEX triplet: 90, 89 and 88. RGB value is (144,137,136). Sum of RGB (Red+Green+Blue) = 144+137+136=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 144 - color contains mainly: red. Hex color #908988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908988 is #6F7677. Grayscale: #8A8A8A. Windows color (decimal): -7304824 or 8948112. OLE color: 8948112.

HSL color Cylindrical-coordinate representation of color #908988: hue angle of 7.5º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #908988 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB144137136-
CMYK00.050.060.44
HSL7.5º3.48%54.9%-
HSV(B)7.5º5.56%56.47%-
XYZ24.8925.626.92-
YUV138.98126.32131.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.53%
GREEN value IS 137 (53.91% from 255) = 32.85%
BLUE value IS 136 (53.52% from 255) = 32.61%
R=34.53%
G=32.85%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413713600.050.060.447.53.4854.9
Hex9089880562C8337
Octal2202112100565410367
Binary1001000010001001100010000101110101100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908988; }

 p { color: rgb(144,137,136); }

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

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

 a { background-color: rgb(144,137,136); }

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

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

 span { border-color: rgb(144,137,136); }

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