#95868B

Color #95868B Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #95868B

Tints of Venus #95868B

Color information

#95868B (or 0x95868B) is unknown color: approx Venus. HEX triplet: 95, 86 and 8B. RGB value is (149,134,139). Sum of RGB (Red+Green+Blue) = 149+134+139=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 149 - color contains mainly: red. Hex color #95868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95868B is #6A7974. Grayscale: #8B8B8B. Windows color (decimal): -6977909 or 9143957. OLE color: 9143957.

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

Color convert

RGB149134139-
CMYK00.100.070.42
HSL340º6.61%55.49%-
HSV(B)340º10.07%58.43%-
XYZ25.5825.327.96-
YUV139.06127.97135.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 134 (52.73% from 255) = 31.75%
BLUE value IS 139 (54.69% from 255) = 32.94%
R=35.31%
G=31.75%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913413900.100.070.423406.6155.49
Hex95868B0A72A154737
Octal225206213012752524767
Binary10010101100001101000101101010111101010101010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95868B; }

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

 H1.HeaderClassName
 {
   color: #95868B;
 }
 .AnyTagClassName
 {
   color: #95868B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #95868B;
 }
 .BgClassName
 {
   background-color: #95868B;
 }
</style>
border-color css

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

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

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