Html Css Color HEX #958085 Venus

📋 copy color: '#958085'

red 149 ◦ green 128 ◦ blue 133

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

Shades of Venus #958085

Tints of Venus #958085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.44%

R = 36.34%
G = 31.22%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#958085 (or 0x958085) is known color: Venus. HEX triplet: 95, 80 and 85. RGB value is (149,128,133). Sum of RGB (Red+Green+Blue) = 149+128+133=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 149 - color contains mainly: red. Hex color #958085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958085 is #6A7F7A. Grayscale: #868686. Windows color (decimal): -6979451 or 8749205. OLE color: 8749205.

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

Color convert

RGB 149 128 133 -
CMYK 0 0.14 0.11 0.42
HSL 345.71º 0.09% 0.54% -
HSV(B) 345.71º 0.14% 0.58% -
XYZ 24.35 23.52 25.45 -
YUV 134.85 126.96 138.09 -
System Red Green Blue C M Y K H S L
Decimal 149 128 133 0 0.14 0.11 0.42 345.71 0.09 0.54
Hex 95 80 85 0 E B 2A 15A 9 36
Octal 225 200 205 0 16 13 52 532 11 66
Binary 10010101 10000000 10000101 0 1110 1011 101010 101011010 1001 110110

Color Harmonies of #958085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958085

Black with #958085

Text Example


Text Example

White with #958085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958085; }

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

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

background-color css

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

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

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

border-color css

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

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

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