#968D90

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

Shades of Venus #968D90

Tints of Venus #968D90

Color information

#968D90 (or 0x968D90) is unknown color: approx Venus. HEX triplet: 96, 8D and 90. RGB value is (150,141,144). Sum of RGB (Red+Green+Blue) = 150+141+144=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 150 - color contains mainly: red. Hex color #968D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968D90 is #69726F. Grayscale: #909090. Windows color (decimal): -6910576 or 9473430. OLE color: 9473430.

HSL color Cylindrical-coordinate representation of color #968D90: hue angle of 340º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #968D90 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB150141144-
CMYK00.060.040.41
HSL340º4.11%57.06%-
HSV(B)340º6%58.82%-
XYZ27.1427.5530.27-
YUV144.03127.98132.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.48%
GREEN value IS 141 (55.47% from 255) = 32.41%
BLUE value IS 144 (56.64% from 255) = 33.10%
R=34.48%
G=32.41%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014114400.060.040.413404.1157.06
Hex968D9006429154439
Octal22621522006451524471
Binary1001011010001101100100000110100101001101010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968D90; }

 p { color: rgb(150,141,144); }

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

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

 a { background-color: rgb(150,141,144); }

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

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

 span { border-color: rgb(150,141,144); }

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