#968A8E

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

Shades of Venus #968A8E

Tints of Venus #968A8E

Color information

#968A8E (or 0x968A8E) is unknown color: approx Venus. HEX triplet: 96, 8A and 8E. RGB value is (150,138,142). Sum of RGB (Red+Green+Blue) = 150+138+142=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 150 - color contains mainly: red. Hex color #968A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968A8E is #697571. Grayscale: #8E8E8E. Windows color (decimal): -6911346 or 9341590. OLE color: 9341590.

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

Color convert

RGB150138142-
CMYK00.080.050.41
HSL340º5.41%56.47%-
HSV(B)340º8%58.82%-
XYZ26.5526.6129.33-
YUV142.04127.98133.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.88%
GREEN value IS 138 (54.30% from 255) = 32.09%
BLUE value IS 142 (55.86% from 255) = 33.02%
R=34.88%
G=32.09%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013814200.080.050.413405.4156.47
Hex968A8E08529154538
Octal226212216010551524570
Binary10010110100010101000111001000101101001101010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,138,142); }

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

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

 a { background-color: rgb(150,138,142); }

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

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

 span { border-color: rgb(150,138,142); }

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