#9B7F88

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

Shades of Venus #9B7F88

Tints of Venus #9B7F88

Color information

#9B7F88 (or 0x9B7F88) is unknown color: approx Venus. HEX triplet: 9B, 7F and 88. RGB value is (155,127,136). Sum of RGB (Red+Green+Blue) = 155+127+136=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7F88 is #648077. Grayscale: #888888. Windows color (decimal): -6586488 or 8945563. OLE color: 8945563.

HSL color Cylindrical-coordinate representation of color #9B7F88: hue angle of 340.71º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9B7F88 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB155127136-
CMYK00.180.120.39
HSL340.71º12.28%55.29%-
HSV(B)340.71º18.06%60.78%-
XYZ25.5523.9226.56-
YUV136.4127.78141.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.08%
GREEN value IS 127 (50% from 255) = 30.38%
BLUE value IS 136 (53.52% from 255) = 32.54%
R=37.08%
G=30.38%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512713600.180.120.39340.7112.2855.29
Hex9B7F88012C27155c37
Octal23317721002214475251467
Binary1001101111111111000100001001011001001111010101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B7F88; }

 p { color: rgb(155,127,136); }

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

<style>
 a { background-color: #9B7F88; }

 a { background-color: rgb(155,127,136); }

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

<style>
 span { border-color: #9B7F88; }

 span { border-color: rgb(155,127,136); }

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