Html Css Color HEX #93898C Venus

📋 copy color: '#93898C'

red 147 ◦ green 137 ◦ blue 140

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

Shades of Venus #93898C

Tints of Venus #93898C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.02%

R = 34.67%
G = 32.31%
B = 33.02%

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

#93898C (or 0x93898C) is known color: Venus. HEX triplet: 93, 89 and 8C. RGB value is (147,137,140). Sum of RGB (Red+Green+Blue) = 147+137+140=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 147 - color contains mainly: red. Hex color #93898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93898C is #6C7673. Grayscale: #8C8C8C. Windows color (decimal): -7108212 or 9210259. OLE color: 9210259.

HSL color Cylindrical-coordinate representation of color #93898C: hue angle of 342º 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 #93898C is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 137 140 -
CMYK 0 0.07 0.05 0.42
HSL 342º 0.04% 0.56% -
HSV(B) 342º 0.07% 0.58% -
XYZ 25.71 25.99 28.47 -
YUV 140.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 147 137 140 0 0.07 0.05 0.42 342 0.04 0.56
Hex 93 89 8C 0 7 5 2A 156 4 38
Octal 223 211 214 0 7 5 52 526 4 70
Binary 10010011 10001001 10001100 0 111 101 101010 101010110 100 111000

Color Harmonies of #93898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93898C

Black with #93898C

Text Example


Text Example

White with #93898C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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