#958984

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

Shades of Suva Grey #958984

Tints of Suva Grey #958984

Color information

#958984 (or 0x958984) is unknown color: approx Suva Grey. HEX triplet: 95, 89 and 84. RGB value is (149,137,132). Sum of RGB (Red+Green+Blue) = 149+137+132=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 149 - color contains mainly: red. Hex color #958984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958984 is #6A767B. Grayscale: #8C8C8C. Windows color (decimal): -6977148 or 8685973. OLE color: 8685973.

HSL color Cylindrical-coordinate representation of color #958984: hue angle of 17.65º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #958984 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB149137132-
CMYK00.080.110.42
HSL17.65º7.42%55.1%-
HSV(B)17.65º11.41%58.43%-
XYZ25.525.9525.49-
YUV140.02123.48134.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.65%
GREEN value IS 137 (53.91% from 255) = 32.78%
BLUE value IS 132 (51.95% from 255) = 31.58%
R=35.65%
G=32.78%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913713200.080.110.4217.657.4255.1
Hex95898408B2A12737
Octal225211204010135222767
Binary10010101100010011000010001000101110101010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958984; }

 p { color: rgb(149,137,132); }

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

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

 a { background-color: rgb(149,137,132); }

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

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

 span { border-color: rgb(149,137,132); }

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