Html Css Color HEX #8B8283 Venus

📋 copy color: '#8B8283'

red 139 ◦ green 130 ◦ blue 131

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

Shades of Venus #8B8283

Tints of Venus #8B8283

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.5%

 BLUE value IS 131 (51.56% from 255) = 32.75%

R = 34.75%
G = 32.5%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#8B8283 (or 0x8B8283) is known color: Venus. HEX triplet: 8B, 82 and 83. RGB value is (139,130,131). Sum of RGB (Red+Green+Blue) = 139+130+131=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8283 is #747D7C. Grayscale: #848484. Windows color (decimal): -7634301 or 8618635. OLE color: 8618635.

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

Color convert

RGB 139 130 131 -
CMYK 0 0.06 0.06 0.45
HSL 353.33º 0.04% 0.53% -
HSV(B) 353.33º 0.06% 0.55% -
XYZ 22.73 23.09 24.73 -
YUV 132.81 126.98 132.42 -
System Red Green Blue C M Y K H S L
Decimal 139 130 131 0 0.06 0.06 0.45 353.33 0.04 0.53
Hex 8B 82 83 0 6 6 2D 161 4 35
Octal 213 202 203 0 6 6 55 541 4 65
Binary 10001011 10000010 10000011 0 110 110 101101 101100001 100 110101

Color Harmonies of #8B8283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8283

Black with #8B8283

Text Example


Text Example

White with #8B8283

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,130,131); }

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

background-color css

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

 a { background-color: rgb(139,130,131); }

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

border-color css

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

 span { border-color: rgb(139,130,131); }

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