Html Css Color HEX #958889 Venus

📋 copy color: '#958889'

red 149 ◦ green 136 ◦ blue 137

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

Shades of Venus #958889

Tints of Venus #958889

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.23%

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

R = 35.31%
G = 32.23%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#958889 (or 0x958889) is known color: Venus. HEX triplet: 95, 88 and 89. RGB value is (149,136,137). Sum of RGB (Red+Green+Blue) = 149+136+137=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 149 - color contains mainly: red. Hex color #958889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958889 is #6A7776. Grayscale: #8C8C8C. Windows color (decimal): -6977399 or 9013397. OLE color: 9013397.

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

Color convert

RGB 149 136 137 -
CMYK 0 0.09 0.08 0.42
HSL 355.38º 0.06% 0.56% -
HSV(B) 355.38º 0.09% 0.58% -
XYZ 25.71 25.8 27.29 -
YUV 140 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 149 136 137 0 0.09 0.08 0.42 355.38 0.06 0.56
Hex 95 88 89 0 9 8 2A 163 6 38
Octal 225 210 211 0 11 10 52 543 6 70
Binary 10010101 10001000 10001001 0 1001 1000 101010 101100011 110 111000

Color Harmonies of #958889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958889

Black with #958889

Text Example


Text Example

White with #958889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958889; }

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

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

background-color css

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

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

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

border-color css

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

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

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