Html Css Color HEX #958489 Venus

📋 copy color: '#958489'

red 149 ◦ green 132 ◦ blue 137

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

Shades of Venus #958489

Tints of Venus #958489

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.58%

 BLUE value IS 137 (53.91% from 255) = 32.78%

R = 35.65%
G = 31.58%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#958489 (or 0x958489) is known color: Venus. HEX triplet: 95, 84 and 89. RGB value is (149,132,137). Sum of RGB (Red+Green+Blue) = 149+132+137=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 149 - color contains mainly: red. Hex color #958489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958489 is #6A7B76. Grayscale: #898989. Windows color (decimal): -6978423 or 9012373. OLE color: 9012373.

HSL color Cylindrical-coordinate representation of color #958489: hue angle of 342.35º 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 #958489 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 132 137 -
CMYK 0 0.11 0.08 0.42
HSL 342.35º 0.07% 0.55% -
HSV(B) 342.35º 0.11% 0.58% -
XYZ 25.16 24.7 27.11 -
YUV 137.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 149 132 137 0 0.11 0.08 0.42 342.35 0.07 0.55
Hex 95 84 89 0 B 8 2A 156 7 37
Octal 225 204 211 0 13 10 52 526 7 67
Binary 10010101 10000100 10001001 0 1011 1000 101010 101010110 111 110111

Color Harmonies of #958489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958489

Black with #958489

Text Example


Text Example

White with #958489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958489; }

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

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

background-color css

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

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

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

border-color css

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

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

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