#95898B

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

Shades of Venus #95898B

Tints of Venus #95898B

Color information

#95898B (or 0x95898B) is unknown color: approx Venus. HEX triplet: 95, 89 and 8B. RGB value is (149,137,139). Sum of RGB (Red+Green+Blue) = 149+137+139=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 149 - color contains mainly: red. Hex color #95898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95898B is #6A7674. Grayscale: #8C8C8C. Windows color (decimal): -6977141 or 9144725. OLE color: 9144725.

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

Color convert

RGB149137139-
CMYK00.080.070.42
HSL350º5.36%56.08%-
HSV(B)350º8.05%58.43%-
XYZ2626.1428.1-
YUV140.82126.98133.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.06%
GREEN value IS 137 (53.91% from 255) = 32.24%
BLUE value IS 139 (54.69% from 255) = 32.71%
R=35.06%
G=32.24%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913713900.080.070.423505.3656.08
Hex95898B0872A15e538
Octal225211213010752536570
Binary10010101100010011000101101000111101010101011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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