#93848B

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

Shades of Venus #93848B

Tints of Venus #93848B

Color information

#93848B (or 0x93848B) is unknown color: approx Venus. HEX triplet: 93, 84 and 8B. RGB value is (147,132,139). Sum of RGB (Red+Green+Blue) = 147+132+139=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 147 - color contains mainly: red. Hex color #93848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93848B is #6C7B74. Grayscale: #898989. Windows color (decimal): -7109493 or 9143443. OLE color: 9143443.

HSL color Cylindrical-coordinate representation of color #93848B: hue angle of 332º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #93848B is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB147132139-
CMYK00.100.050.42
HSL332º6.49%54.71%-
HSV(B)332º10.2%57.65%-
XYZ24.9424.5727.85-
YUV137.28128.97134.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.17%
GREEN value IS 132 (51.95% from 255) = 31.58%
BLUE value IS 139 (54.69% from 255) = 33.25%
R=35.17%
G=31.58%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713213900.100.050.423326.4954.71
Hex93848B0A52A14c637
Octal223204213012552514667
Binary10010011100001001000101101010101101010101001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93848B; }

 p { color: rgb(147,132,139); }

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

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

 a { background-color: rgb(147,132,139); }

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

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

 span { border-color: rgb(147,132,139); }

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