Html Css Color HEX #839F8F Padua

📋 copy color: '#839F8F'

red 131 ◦ green 159 ◦ blue 143

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

Shades of Padua #839F8F

Tints of Padua #839F8F

RGB

 RED value IS 131 (51.56% from 255) = 30.25%

 GREEN value IS 159 (62.5% from 255) = 36.72%

 BLUE value IS 143 (56.25% from 255) = 33.03%

R = 30.25%
G = 36.72%
B = 33.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#839F8F (or 0x839F8F) is known color: Padua. HEX triplet: 83, 9F and 8F. RGB value is (131,159,143). Sum of RGB (Red+Green+Blue) = 131+159+143=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 159 - color contains mainly: green. Hex color #839F8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839F8F is #7C6070. Grayscale: #949494. Windows color (decimal): -8151153 or 9412483. OLE color: 9412483.

HSL color Cylindrical-coordinate representation of color #839F8F: hue angle of 145.71º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #839F8F is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 159 143 -
CMYK 0.18 0 0.10 0.38
HSL 145.71º 0.13% 0.57% -
HSV(B) 145.71º 0.18% 0.62% -
XYZ 26.72 31.6 30.68 -
YUV 148.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 131 159 143 0.18 0 0.10 0.38 145.71 0.13 0.57
Hex 83 9F 8F 12 0 A 26 92 D 39
Octal 203 237 217 22 0 12 46 222 15 71
Binary 10000011 10011111 10001111 10010 0 1010 100110 10010010 1101 111001

Color Harmonies of #839F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839F8F

Black with #839F8F

Text Example


Text Example

White with #839F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839F8F; }

 p { color: rgb(131,159,143); }

 H1.HeaderClassName
 {
   color: #839F8F;
 }
 .AnyTagClassName
 {
   color: #839F8F;
 }
</style>

background-color css

<style>
 a { background-color: #839F8F; }

 a { background-color: rgb(131,159,143); }

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

border-color css

<style>
 span { border-color: #839F8F; }

 span { border-color: rgb(131,159,143); }

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