Html Css Color HEX #958A8B Venus

📋 copy color: '#958A8B'

red 149 ◦ green 138 ◦ blue 139

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

Shades of Venus #958A8B

Tints of Venus #958A8B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.39%

 BLUE value IS 139 (54.69% from 255) = 32.63%

R = 34.98%
G = 32.39%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#958A8B (or 0x958A8B) is known color: Venus. HEX triplet: 95, 8A and 8B. RGB value is (149,138,139). Sum of RGB (Red+Green+Blue) = 149+138+139=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 149 - color contains mainly: red. Hex color #958A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958A8B is #6A7574. Grayscale: #8D8D8D. Windows color (decimal): -6976885 or 9144981. OLE color: 9144981.

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

Color convert

RGB 149 138 139 -
CMYK 0 0.07 0.07 0.42
HSL 354.55º 0.05% 0.56% -
HSV(B) 354.55º 0.07% 0.58% -
XYZ 26.14 26.43 28.15 -
YUV 141.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 149 138 139 0 0.07 0.07 0.42 354.55 0.05 0.56
Hex 95 8A 8B 0 7 7 2A 163 5 38
Octal 225 212 213 0 7 7 52 543 5 70
Binary 10010101 10001010 10001011 0 111 111 101010 101100011 101 111000

Color Harmonies of #958A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958A8B

Black with #958A8B

Text Example


Text Example

White with #958A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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