Html Css Color HEX #8D8F87 Delta

📋 copy color: '#8D8F87'

red 141 ◦ green 143 ◦ blue 135

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

Shades of Delta #8D8F87

Tints of Delta #8D8F87

RGB

 RED value IS 141 (55.47% from 255) = 33.65%

 GREEN value IS 143 (56.25% from 255) = 34.13%

 BLUE value IS 135 (53.13% from 255) = 32.22%

R = 33.65%
G = 34.13%
B = 32.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#8D8F87 (or 0x8D8F87) is known color: Delta. HEX triplet: 8D, 8F and 87. RGB value is (141,143,135). Sum of RGB (Red+Green+Blue) = 141+143+135=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 143 - color contains mainly: green. Hex color #8D8F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8F87 is #727078. Grayscale: #8D8D8D. Windows color (decimal): -7499897 or 8884109. OLE color: 8884109.

HSL color Cylindrical-coordinate representation of color #8D8F87: hue angle of 75º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8D8F87 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 141 143 135 -
CMYK 0.01 0 0.06 0.44
HSL 75º 0.03% 0.55% -
HSV(B) 75º 0.06% 0.56% -
XYZ 25.18 27.06 26.82 -
YUV 141.49 124.34 127.65 -
System Red Green Blue C M Y K H S L
Decimal 141 143 135 0.01 0 0.06 0.44 75 0.03 0.55
Hex 8D 8F 87 1 0 6 2C 4B 3 37
Octal 215 217 207 1 0 6 54 113 3 67
Binary 10001101 10001111 10000111 1 0 110 101100 1001011 11 110111

Color Harmonies of #8D8F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8F87

Black with #8D8F87

Text Example


Text Example

White with #8D8F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,143,135); }

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

background-color css

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

 a { background-color: rgb(141,143,135); }

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

border-color css

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

 span { border-color: rgb(141,143,135); }

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