Html Css Color HEX #958987 Suva Grey

📋 copy color: '#958987'

red 149 ◦ green 137 ◦ blue 135

#958987
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Suva Grey #958987

Tints of Suva Grey #958987

RGB

 RED value IS 149 (58.59% from 255) = 35.39%

 GREEN value IS 137 (53.91% from 255) = 32.54%

 BLUE value IS 135 (53.13% from 255) = 32.07%

R = 35.39%
G = 32.54%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#958987 (or 0x958987) is known color: Suva Grey. HEX triplet: 95, 89 and 87. RGB value is (149,137,135). Sum of RGB (Red+Green+Blue) = 149+137+135=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 149 - color contains mainly: red. Hex color #958987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958987 is #6A7678. Grayscale: #8C8C8C. Windows color (decimal): -6977145 or 8882581. OLE color: 8882581.

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

Color convert

RGB 149 137 135 -
CMYK 0 0.08 0.09 0.42
HSL 8.57º 0.06% 0.56% -
HSV(B) 8.57º 0.09% 0.58% -
XYZ 25.71 26.03 26.59 -
YUV 140.36 124.98 134.16 -
System Red Green Blue C M Y K H S L
Decimal 149 137 135 0 0.08 0.09 0.42 8.57 0.06 0.56
Hex 95 89 87 0 8 9 2A 9 6 38
Octal 225 211 207 0 10 11 52 11 6 70
Binary 10010101 10001001 10000111 0 1000 1001 101010 1001 110 111000

Color Harmonies of #958987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958987

Black with #958987

Text Example


Text Example

White with #958987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958987; }

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

 H1.HeaderClassName
 {
   color: #958987;
 }
 .AnyTagClassName
 {
   color: #958987;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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