Html Css Color HEX #93868B Venus

📋 copy color: '#93868B'

red 147 ◦ green 134 ◦ blue 139

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

Shades of Venus #93868B

Tints of Venus #93868B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.9%

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

R = 35%
G = 31.9%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#93868B (or 0x93868B) is known color: Venus. HEX triplet: 93, 86 and 8B. RGB value is (147,134,139). Sum of RGB (Red+Green+Blue) = 147+134+139=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 147 - color contains mainly: red. Hex color #93868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93868B is #6C7974. Grayscale: #8A8A8A. Windows color (decimal): -7108981 or 9143955. OLE color: 9143955.

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

Color convert

RGB 147 134 139 -
CMYK 0 0.09 0.05 0.42
HSL 336.92º 0.06% 0.55% -
HSV(B) 336.92º 0.09% 0.58% -
XYZ 25.22 25.12 27.95 -
YUV 138.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 147 134 139 0 0.09 0.05 0.42 336.92 0.06 0.55
Hex 93 86 8B 0 9 5 2A 151 6 37
Octal 223 206 213 0 11 5 52 521 6 67
Binary 10010011 10000110 10001011 0 1001 101 101010 101010001 110 110111

Color Harmonies of #93868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93868B

Black with #93868B

Text Example


Text Example

White with #93868B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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