#908D8D

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

Shades of Suva Grey #908D8D

Tints of Suva Grey #908D8D

Color information

#908D8D (or 0x908D8D) is unknown color: approx Suva Grey. HEX triplet: 90, 8D and 8D. RGB value is (144,141,141). Sum of RGB (Red+Green+Blue) = 144+141+141=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 144 - color contains mainly: red. Hex color #908D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908D8D is #6F7272. Grayscale: #8D8D8D. Windows color (decimal): -7303795 or 9276816. OLE color: 9276816.

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

Color convert

RGB144141141-
CMYK00.020.020.44
HSL1.33%55.88%-
HSV(B)2.08%56.47%-
XYZ25.8326.929.03-
YUV141.9127.49129.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.80%
GREEN value IS 141 (55.47% from 255) = 33.10%
BLUE value IS 141 (55.47% from 255) = 33.10%
R=33.80%
G=33.10%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414114100.020.020.4401.3355.88
Hex908D8D0222C0138
Octal220215215022540170
Binary1001000010001101100011010101010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,141,141); }

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

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

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

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

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

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

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