Html Css Color HEX #8F9687 Delta

📋 copy color: '#8F9687'

red 143 ◦ green 150 ◦ blue 135

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

Shades of Delta #8F9687

Tints of Delta #8F9687

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.05%

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

R = 33.41%
G = 35.05%
B = 31.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#8F9687 (or 0x8F9687) is known color: Delta. HEX triplet: 8F, 96 and 87. RGB value is (143,150,135). Sum of RGB (Red+Green+Blue) = 143+150+135=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 150 - color contains mainly: green. Hex color #8F9687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9687 is #706978. Grayscale: #929292. Windows color (decimal): -7367033 or 8885903. OLE color: 8885903.

HSL color Cylindrical-coordinate representation of color #8F9687: hue angle of 88º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8F9687 is Cyan = 0.05, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB 143 150 135 -
CMYK 0.05 0 0.1 0.41
HSL 88º 0.07% 0.56% -
HSV(B) 88º 0.1% 0.59% -
XYZ 26.61 29.4 27.19 -
YUV 146.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 143 150 135 0.05 0 0.1 0.41 88 0.07 0.56
Hex 8F 96 87 5 0 A 29 58 7 38
Octal 217 226 207 5 0 12 51 130 7 70
Binary 10001111 10010110 10000111 101 0 1010 101001 1011000 111 111000

Color Harmonies of #8F9687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9687

Black with #8F9687

Text Example


Text Example

White with #8F9687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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