#968087

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

Shades of Venus #968087

Tints of Venus #968087

Color information

#968087 (or 0x968087) is unknown color: approx Venus. HEX triplet: 96, 80 and 87. RGB value is (150,128,135). Sum of RGB (Red+Green+Blue) = 150+128+135=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 150 - color contains mainly: red. Hex color #968087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968087 is #697F78. Grayscale: #878787. Windows color (decimal): -6913913 or 8880278. OLE color: 8880278.

HSL color Cylindrical-coordinate representation of color #968087: hue angle of 340.91º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #968087 is Cyan = 0, Magento = 0.15, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB150128135-
CMYK00.150.10.41
HSL340.91º9.48%54.51%-
HSV(B)340.91º14.67%58.82%-
XYZ24.6723.6726.19-
YUV135.38127.79138.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.32%
GREEN value IS 128 (50.39% from 255) = 30.99%
BLUE value IS 135 (53.12% from 255) = 32.69%
R=36.32%
G=30.99%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012813500.150.10.41340.919.4854.51
Hex9680870FA29155937
Octal22620020701712515251167
Binary1001011010000000100001110111110101010011010101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968087; }

 p { color: rgb(150,128,135); }

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

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

 a { background-color: rgb(150,128,135); }

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

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

 span { border-color: rgb(150,128,135); }

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