#93878B

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

Shades of Venus #93878B

Tints of Venus #93878B

Color information

#93878B (or 0x93878B) is unknown color: approx Venus. HEX triplet: 93, 87 and 8B. RGB value is (147,135,139). Sum of RGB (Red+Green+Blue) = 147+135+139=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 147 - color contains mainly: red. Hex color #93878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93878B is #6C7874. Grayscale: #8B8B8B. Windows color (decimal): -7108725 or 9144211. OLE color: 9144211.

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

Color convert

RGB147135139-
CMYK00.080.050.42
HSL340º5.26%55.29%-
HSV(B)340º8.16%57.65%-
XYZ25.3625.427.99-
YUV139.04127.98133.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.92%
GREEN value IS 135 (53.12% from 255) = 32.07%
BLUE value IS 139 (54.69% from 255) = 33.02%
R=34.92%
G=32.07%
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.42
SystemRedGreenBlueCMYKHSL
Decimal14713513900.080.050.423405.2655.29
Hex93878B0852A154537
Octal223207213010552524567
Binary10010011100001111000101101000101101010101010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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