Html Css Color HEX #958187 Venus

📋 copy color: '#958187'

red 149 ◦ green 129 ◦ blue 135

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

Shades of Venus #958187

Tints of Venus #958187

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.23%

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

R = 36.08%
G = 31.23%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#958187 (or 0x958187) is known color: Venus. HEX triplet: 95, 81 and 87. RGB value is (149,129,135). Sum of RGB (Red+Green+Blue) = 149+129+135=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 149 - color contains mainly: red. Hex color #958187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958187 is #6A7E78. Grayscale: #878787. Windows color (decimal): -6979193 or 8880533. OLE color: 8880533.

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

Color convert

RGB 149 129 135 -
CMYK 0 0.13 0.09 0.42
HSL 342º 0.09% 0.55% -
HSV(B) 342º 0.13% 0.58% -
XYZ 24.62 23.84 26.23 -
YUV 135.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 149 129 135 0 0.13 0.09 0.42 342 0.09 0.55
Hex 95 81 87 0 D 9 2A 156 9 37
Octal 225 201 207 0 15 11 52 526 11 67
Binary 10010101 10000001 10000111 0 1101 1001 101010 101010110 1001 110111

Color Harmonies of #958187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958187

Black with #958187

Text Example


Text Example

White with #958187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958187; }

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

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

background-color css

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

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

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

border-color css

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

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

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