Html Css Color HEX #93898B Venus

📋 copy color: '#93898B'

red 147 ◦ green 137 ◦ blue 139

#93898B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #93898B

Tints of Venus #93898B

RGB

 RED value IS 147 (57.81% from 255) = 34.75%

 GREEN value IS 137 (53.91% from 255) = 32.39%

 BLUE value IS 139 (54.69% from 255) = 32.86%

R = 34.75%
G = 32.39%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#93898B (or 0x93898B) is known color: Venus. HEX triplet: 93, 89 and 8B. RGB value is (147,137,139). Sum of RGB (Red+Green+Blue) = 147+137+139=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 147 - color contains mainly: red. Hex color #93898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93898B is #6C7674. Grayscale: #8C8C8C. Windows color (decimal): -7108213 or 9144723. OLE color: 9144723.

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

Color convert

RGB 147 137 139 -
CMYK 0 0.07 0.05 0.42
HSL 348º 0.04% 0.56% -
HSV(B) 348º 0.07% 0.58% -
XYZ 25.64 25.96 28.09 -
YUV 140.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 147 137 139 0 0.07 0.05 0.42 348 0.04 0.56
Hex 93 89 8B 0 7 5 2A 15C 4 38
Octal 223 211 213 0 7 5 52 534 4 70
Binary 10010011 10001001 10001011 0 111 101 101010 101011100 100 111000

Color Harmonies of #93898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93898B

Black with #93898B

Text Example


Text Example

White with #93898B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93898B;
 }
 .AnyTagClassName
 {
   color: #93898B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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