Html Css Color HEX #958B8F Venus

📋 copy color: '#958B8F'

red 149 ◦ green 139 ◦ blue 143

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

Shades of Venus #958B8F

Tints of Venus #958B8F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.25%

 BLUE value IS 143 (56.25% from 255) = 33.18%

R = 34.57%
G = 32.25%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#958B8F (or 0x958B8F) is known color: Venus. HEX triplet: 95, 8B and 8F. RGB value is (149,139,143). Sum of RGB (Red+Green+Blue) = 149+139+143=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 149 - color contains mainly: red. Hex color #958B8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958B8F is #6A7470. Grayscale: #8E8E8E. Windows color (decimal): -6976625 or 9407381. OLE color: 9407381.

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

Color convert

RGB 149 139 143 -
CMYK 0 0.07 0.04 0.42
HSL 336º 0.05% 0.56% -
HSV(B) 336º 0.07% 0.58% -
XYZ 26.58 26.84 29.77 -
YUV 142.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 149 139 143 0 0.07 0.04 0.42 336 0.05 0.56
Hex 95 8B 8F 0 7 4 2A 150 5 38
Octal 225 213 217 0 7 4 52 520 5 70
Binary 10010101 10001011 10001111 0 111 100 101010 101010000 101 111000

Color Harmonies of #958B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958B8F

Black with #958B8F

Text Example


Text Example

White with #958B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,139,143); }

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

background-color css

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

 a { background-color: rgb(149,139,143); }

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

border-color css

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

 span { border-color: rgb(149,139,143); }

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