Html Css Color HEX #8F9E82 Delta

📋 copy color: '#8F9E82'

red 143 ◦ green 158 ◦ blue 130

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

Shades of Delta #8F9E82

Tints of Delta #8F9E82

RGB

 RED value IS 143 (56.25% from 255) = 33.18%

 GREEN value IS 158 (62.11% from 255) = 36.66%

 BLUE value IS 130 (51.17% from 255) = 30.16%

R = 33.18%
G = 36.66%
B = 30.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#8F9E82 (or 0x8F9E82) is known color: Delta. HEX triplet: 8F, 9E and 82. RGB value is (143,158,130). Sum of RGB (Red+Green+Blue) = 143+158+130=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 158 - color contains mainly: green. Hex color #8F9E82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9E82 is #70617D. Grayscale: #969696. Windows color (decimal): -7364990 or 8560271. OLE color: 8560271.

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

Color convert

RGB 143 158 130 -
CMYK 0.09 0 0.18 0.38
HSL 92.14º 0.13% 0.56% -
HSV(B) 92.14º 0.18% 0.62% -
XYZ 27.58 31.91 25.82 -
YUV 150.32 116.53 122.78 -
System Red Green Blue C M Y K H S L
Decimal 143 158 130 0.09 0 0.18 0.38 92.14 0.13 0.56
Hex 8F 9E 82 9 0 12 26 5C D 38
Octal 217 236 202 11 0 22 46 134 15 70
Binary 10001111 10011110 10000010 1001 0 10010 100110 1011100 1101 111000

Color Harmonies of #8F9E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9E82

Black with #8F9E82

Text Example


Text Example

White with #8F9E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,158,130); }

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

background-color css

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

 a { background-color: rgb(143,158,130); }

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

border-color css

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

 span { border-color: rgb(143,158,130); }

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