Html Css Color HEX #93868A Venus

📋 copy color: '#93868A'

red 147 ◦ green 134 ◦ blue 138

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

Shades of Venus #93868A

Tints of Venus #93868A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.94%

R = 35.08%
G = 31.98%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#93868A (or 0x93868A) is known color: Venus. HEX triplet: 93, 86 and 8A. RGB value is (147,134,138). Sum of RGB (Red+Green+Blue) = 147+134+138=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 147 - color contains mainly: red. Hex color #93868A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93868A is #6C7975. Grayscale: #8A8A8A. Windows color (decimal): -7108982 or 9078419. OLE color: 9078419.

HSL color Cylindrical-coordinate representation of color #93868A: hue angle of 341.54º 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 #93868A is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 134 138 -
CMYK 0 0.09 0.06 0.42
HSL 341.54º 0.06% 0.55% -
HSV(B) 341.54º 0.09% 0.58% -
XYZ 25.15 25.09 27.56 -
YUV 138.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 147 134 138 0 0.09 0.06 0.42 341.54 0.06 0.55
Hex 93 86 8A 0 9 6 2A 156 6 37
Octal 223 206 212 0 11 6 52 526 6 67
Binary 10010011 10000110 10001010 0 1001 110 101010 101010110 110 110111

Color Harmonies of #93868A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93868A

Black with #93868A

Text Example


Text Example

White with #93868A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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