Html Css Color HEX #958389 Venus

📋 copy color: '#958389'

red 149 ◦ green 131 ◦ blue 137

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

Shades of Venus #958389

Tints of Venus #958389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.41%

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

R = 35.73%
G = 31.41%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#958389 (or 0x958389) is known color: Venus. HEX triplet: 95, 83 and 89. RGB value is (149,131,137). Sum of RGB (Red+Green+Blue) = 149+131+137=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 149 - color contains mainly: red. Hex color #958389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958389 is #6A7C76. Grayscale: #898989. Windows color (decimal): -6978679 or 9012117. OLE color: 9012117.

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

Color convert

RGB 149 131 137 -
CMYK 0 0.12 0.08 0.42
HSL 340º 0.08% 0.55% -
HSV(B) 340º 0.12% 0.58% -
XYZ 25.03 24.43 27.06 -
YUV 137.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 149 131 137 0 0.12 0.08 0.42 340 0.08 0.55
Hex 95 83 89 0 C 8 2A 154 8 37
Octal 225 203 211 0 14 10 52 524 10 67
Binary 10010101 10000011 10001001 0 1100 1000 101010 101010100 1000 110111

Color Harmonies of #958389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958389

Black with #958389

Text Example


Text Example

White with #958389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958389; }

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

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

background-color css

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

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

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

border-color css

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

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

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