#938283

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

Shades of Venus #938283

Tints of Venus #938283

Color information

#938283 (or 0x938283) is unknown color: approx Venus. HEX triplet: 93, 82 and 83. RGB value is (147,130,131). Sum of RGB (Red+Green+Blue) = 147+130+131=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 147 - color contains mainly: red. Hex color #938283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938283 is #6C7D7C. Grayscale: #878787. Windows color (decimal): -7110013 or 8618643. OLE color: 8618643.

HSL color Cylindrical-coordinate representation of color #938283: hue angle of 356.47º 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 #938283 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB147130131-
CMYK00.120.110.42
HSL356.47º7.3%54.31%-
HSV(B)356.47º11.56%57.65%-
XYZ24.1123.8124.8-
YUV135.2125.63136.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.03%
GREEN value IS 130 (51.17% from 255) = 31.86%
BLUE value IS 131 (51.56% from 255) = 32.11%
R=36.03%
G=31.86%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713013100.120.110.42356.477.354.31
Hex9382830CB2A164736
Octal2232022030141352544766
Binary100100111000001010000011011001011101010101100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938283; }

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

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

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

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

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

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

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

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