Html Css Color HEX #8B7C84 Venus

📋 copy color: '#8B7C84'

red 139 ◦ green 124 ◦ blue 132

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

Shades of Venus #8B7C84

Tints of Venus #8B7C84

RGB

 RED value IS 139 (54.69% from 255) = 35.19%

 GREEN value IS 124 (48.83% from 255) = 31.39%

 BLUE value IS 132 (51.95% from 255) = 33.42%

R = 35.19%
G = 31.39%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#8B7C84 (or 0x8B7C84) is known color: Venus. HEX triplet: 8B, 7C and 84. RGB value is (139,124,132). Sum of RGB (Red+Green+Blue) = 139+124+132=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7C84 is #74837B. Grayscale: #818181. Windows color (decimal): -7635836 or 8682635. OLE color: 8682635.

HSL color Cylindrical-coordinate representation of color #8B7C84: hue angle of 328º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B7C84 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 124 132 -
CMYK 0 0.11 0.05 0.45
HSL 328º 0.06% 0.52% -
HSV(B) 328º 0.11% 0.55% -
XYZ 22.02 21.57 24.83 -
YUV 129.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 139 124 132 0 0.11 0.05 0.45 328 0.06 0.52
Hex 8B 7C 84 0 B 5 2D 148 6 34
Octal 213 174 204 0 13 5 55 510 6 64
Binary 10001011 1111100 10000100 0 1011 101 101101 101001000 110 110100

Color Harmonies of #8B7C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7C84

Black with #8B7C84

Text Example


Text Example

White with #8B7C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B7C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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