Html Css Color HEX #958089 Venus

📋 copy color: '#958089'

red 149 ◦ green 128 ◦ blue 137

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

Shades of Venus #958089

Tints of Venus #958089

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.92%

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

R = 35.99%
G = 30.92%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#958089 (or 0x958089) is known color: Venus. HEX triplet: 95, 80 and 89. RGB value is (149,128,137). Sum of RGB (Red+Green+Blue) = 149+128+137=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 149 - color contains mainly: red. Hex color #958089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958089 is #6A7F76. Grayscale: #878787. Windows color (decimal): -6979447 or 9011349. OLE color: 9011349.

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

Color convert

RGB 149 128 137 -
CMYK 0 0.14 0.08 0.42
HSL 334.29º 0.09% 0.54% -
HSV(B) 334.29º 0.14% 0.58% -
XYZ 24.63 23.63 26.93 -
YUV 135.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 149 128 137 0 0.14 0.08 0.42 334.29 0.09 0.54
Hex 95 80 89 0 E 8 2A 14E 9 36
Octal 225 200 211 0 16 10 52 516 11 66
Binary 10010101 10000000 10001001 0 1110 1000 101010 101001110 1001 110110

Color Harmonies of #958089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958089

Black with #958089

Text Example


Text Example

White with #958089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958089; }

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

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

background-color css

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

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

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

border-color css

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

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

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