#958E8D

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

Shades of Suva Grey #958E8D

Tints of Suva Grey #958E8D

Color information

#958E8D (or 0x958E8D) is unknown color: approx Suva Grey. HEX triplet: 95, 8E and 8D. RGB value is (149,142,141). Sum of RGB (Red+Green+Blue) = 149+142+141=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 149 - color contains mainly: red. Hex color #958E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958E8D is #6A7172. Grayscale: #8F8F8F. Windows color (decimal): -6975859 or 9277077. OLE color: 9277077.

HSL color Cylindrical-coordinate representation of color #958E8D: hue angle of 7.5º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #958E8D is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB149142141-
CMYK00.050.050.42
HSL7.5º3.64%56.86%-
HSV(B)7.5º5.37%58.43%-
XYZ26.8827.6629.12-
YUV143.98126.32131.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.49%
GREEN value IS 142 (55.86% from 255) = 32.87%
BLUE value IS 141 (55.47% from 255) = 32.64%
R=34.49%
G=32.87%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914214100.050.050.427.53.6456.86
Hex958E8D0552A8439
Octal2252162150555210471
Binary10010101100011101000110101011011010101000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958E8D; }

 p { color: rgb(149,142,141); }

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

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

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

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

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

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

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