Html Css Color HEX #938889 Venus

📋 copy color: '#938889'

red 147 ◦ green 136 ◦ blue 137

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

Shades of Venus #938889

Tints of Venus #938889

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.38%

 BLUE value IS 137 (53.91% from 255) = 32.62%

R = 35%
G = 32.38%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#938889 (or 0x938889) is known color: Venus. HEX triplet: 93, 88 and 89. RGB value is (147,136,137). Sum of RGB (Red+Green+Blue) = 147+136+137=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 147 - color contains mainly: red. Hex color #938889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938889 is #6C7776. Grayscale: #8B8B8B. Windows color (decimal): -7108471 or 9013395. OLE color: 9013395.

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

Color convert

RGB 147 136 137 -
CMYK 0 0.07 0.07 0.42
HSL 354.55º 0.05% 0.55% -
HSV(B) 354.55º 0.07% 0.58% -
XYZ 25.35 25.62 27.28 -
YUV 139.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 147 136 137 0 0.07 0.07 0.42 354.55 0.05 0.55
Hex 93 88 89 0 7 7 2A 163 5 37
Octal 223 210 211 0 7 7 52 543 5 67
Binary 10010011 10001000 10001001 0 111 111 101010 101100011 101 110111

Color Harmonies of #938889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938889

Black with #938889

Text Example


Text Example

White with #938889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938889; }

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

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

background-color css

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

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

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

border-color css

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

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

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