Html Css Color HEX #93848B Venus

📋 copy color: '#93848B'

red 147 ◦ green 132 ◦ blue 139

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

Shades of Venus #93848B

Tints of Venus #93848B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.58%

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

R = 35.17%
G = 31.58%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#93848B (or 0x93848B) is known color: Venus. HEX triplet: 93, 84 and 8B. RGB value is (147,132,139). Sum of RGB (Red+Green+Blue) = 147+132+139=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 147 - color contains mainly: red. Hex color #93848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93848B is #6C7B74. Grayscale: #898989. Windows color (decimal): -7109493 or 9143443. OLE color: 9143443.

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

Color convert

RGB 147 132 139 -
CMYK 0 0.10 0.05 0.42
HSL 332º 0.06% 0.55% -
HSV(B) 332º 0.1% 0.58% -
XYZ 24.94 24.57 27.85 -
YUV 137.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 147 132 139 0 0.10 0.05 0.42 332 0.06 0.55
Hex 93 84 8B 0 A 5 2A 14C 6 37
Octal 223 204 213 0 12 5 52 514 6 67
Binary 10010011 10000100 10001011 0 1010 101 101010 101001100 110 110111

Color Harmonies of #93848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93848B

Black with #93848B

Text Example


Text Example

White with #93848B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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