Html Css Color HEX #958D8E Venus

📋 copy color: '#958D8E'

red 149 ◦ green 141 ◦ blue 142

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

Shades of Venus #958D8E

Tints of Venus #958D8E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.64%

 BLUE value IS 142 (55.86% from 255) = 32.87%

R = 34.49%
G = 32.64%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#958D8E (or 0x958D8E) is known color: Venus. HEX triplet: 95, 8D and 8E. RGB value is (149,141,142). Sum of RGB (Red+Green+Blue) = 149+141+142=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 149 - color contains mainly: red. Hex color #958D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958D8E is #6A7271. Grayscale: #8F8F8F. Windows color (decimal): -6976114 or 9342357. OLE color: 9342357.

HSL color Cylindrical-coordinate representation of color #958D8E: hue angle of 352.5º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #958D8E is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 141 142 -
CMYK 0 0.05 0.05 0.42
HSL 352.5º 0.04% 0.57% -
HSV(B) 352.5º 0.05% 0.58% -
XYZ 26.8 27.39 29.47 -
YUV 143.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 149 141 142 0 0.05 0.05 0.42 352.5 0.04 0.57
Hex 95 8D 8E 0 5 5 2A 160 4 39
Octal 225 215 216 0 5 5 52 540 4 71
Binary 10010101 10001101 10001110 0 101 101 101010 101100000 100 111001

Color Harmonies of #958D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D8E

Black with #958D8E

Text Example


Text Example

White with #958D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958D8E; }

 p { color: rgb(149,141,142); }

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

background-color css

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

 a { background-color: rgb(149,141,142); }

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

border-color css

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

 span { border-color: rgb(149,141,142); }

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