Html Css Color HEX #8F9982 Delta

📋 copy color: '#8F9982'

red 143 ◦ green 153 ◦ blue 130

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

Shades of Delta #8F9982

Tints of Delta #8F9982

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.92%

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

R = 33.57%
G = 35.92%
B = 30.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#8F9982 (or 0x8F9982) is known color: Delta. HEX triplet: 8F, 99 and 82. RGB value is (143,153,130). Sum of RGB (Red+Green+Blue) = 143+153+130=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 153 - color contains mainly: green. Hex color #8F9982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9982 is #70667D. Grayscale: #939393. Windows color (decimal): -7366270 or 8558991. OLE color: 8558991.

HSL color Cylindrical-coordinate representation of color #8F9982: hue angle of 86.09º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F9982 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB 143 153 130 -
CMYK 0.07 0 0.15 0.4
HSL 86.09º 0.1% 0.55% -
HSV(B) 86.09º 0.15% 0.6% -
XYZ 26.75 30.23 25.55 -
YUV 147.39 118.19 124.87 -
System Red Green Blue C M Y K H S L
Decimal 143 153 130 0.07 0 0.15 0.4 86.09 0.1 0.55
Hex 8F 99 82 7 0 F 28 56 A 37
Octal 217 231 202 7 0 17 50 126 12 67
Binary 10001111 10011001 10000010 111 0 1111 101000 1010110 1010 110111

Color Harmonies of #8F9982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9982

Black with #8F9982

Text Example


Text Example

White with #8F9982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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