#968088

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

Shades of Venus #968088

Tints of Venus #968088

Color information

#968088 (or 0x968088) is unknown color: approx Venus. HEX triplet: 96, 80 and 88. RGB value is (150,128,136). Sum of RGB (Red+Green+Blue) = 150+128+136=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 150 - color contains mainly: red. Hex color #968088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968088 is #697F77. Grayscale: #878787. Windows color (decimal): -6913912 or 8945814. OLE color: 8945814.

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

Color convert

RGB150128136-
CMYK00.150.090.41
HSL338.18º9.48%54.51%-
HSV(B)338.18º14.67%58.82%-
XYZ24.7423.726.56-
YUV135.49128.29138.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.23%
GREEN value IS 128 (50.39% from 255) = 30.92%
BLUE value IS 136 (53.52% from 255) = 32.85%
R=36.23%
G=30.92%
B=32.85%

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
Decimal15012813600.150.090.41338.189.4854.51
Hex9680880F929152937
Octal22620021001711515221167
Binary1001011010000000100010000111110011010011010100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968088; }

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

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

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

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

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

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

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

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