#968089

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

Shades of Venus #968089

Tints of Venus #968089

Color information

#968089 (or 0x968089) is unknown color: approx Venus. HEX triplet: 96, 80 and 89. RGB value is (150,128,137). Sum of RGB (Red+Green+Blue) = 150+128+137=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 150 - color contains mainly: red. Hex color #968089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968089 is #697F76. Grayscale: #878787. Windows color (decimal): -6913911 or 9011350. OLE color: 9011350.

HSL color Cylindrical-coordinate representation of color #968089: hue angle of 335.45º 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 #968089 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB150128137-
CMYK00.150.090.41
HSL335.45º9.48%54.51%-
HSV(B)335.45º14.67%58.82%-
XYZ24.8123.7326.94-
YUV135.6128.79138.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.14%
GREEN value IS 128 (50.39% from 255) = 30.84%
BLUE value IS 137 (53.91% from 255) = 33.01%
R=36.14%
G=30.84%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012813700.150.090.41335.459.4854.51
Hex9680890F92914f937
Octal22620021101711515171167
Binary1001011010000000100010010111110011010011010011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968089; }

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

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

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

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

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

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

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

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