#938288

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

Shades of Venus #938288

Tints of Venus #938288

Color information

#938288 (or 0x938288) is unknown color: approx Venus. HEX triplet: 93, 82 and 88. RGB value is (147,130,136). Sum of RGB (Red+Green+Blue) = 147+130+136=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 147 - color contains mainly: red. Hex color #938288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938288 is #6C7D77. Grayscale: #878787. Windows color (decimal): -7110008 or 8946323. OLE color: 8946323.

HSL color Cylindrical-coordinate representation of color #938288: hue angle of 338.82º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #938288 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB147130136-
CMYK00.120.070.42
HSL338.82º7.3%54.31%-
HSV(B)338.82º11.56%57.65%-
XYZ24.4623.9526.63-
YUV135.77128.13136.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.59%
GREEN value IS 130 (51.17% from 255) = 31.48%
BLUE value IS 136 (53.52% from 255) = 32.93%
R=35.59%
G=31.48%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713013600.120.070.42338.827.354.31
Hex9382880C72A153736
Octal223202210014752523766
Binary10010011100000101000100001100111101010101010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938288; }

 p { color: rgb(147,130,136); }

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

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

 a { background-color: rgb(147,130,136); }

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

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

 span { border-color: rgb(147,130,136); }

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