Html Css Color HEX #8C9087 Delta

📋 copy color: '#8C9087'

red 140 ◦ green 144 ◦ blue 135

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

Shades of Delta #8C9087

Tints of Delta #8C9087

RGB

 RED value IS 140 (55.08% from 255) = 33.41%

 GREEN value IS 144 (56.64% from 255) = 34.37%

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

R = 33.41%
G = 34.37%
B = 32.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#8C9087 (or 0x8C9087) is known color: Delta. HEX triplet: 8C, 90 and 87. RGB value is (140,144,135). Sum of RGB (Red+Green+Blue) = 140+144+135=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 144 - color contains mainly: green. Hex color #8C9087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9087 is #736F78. Grayscale: #8D8D8D. Windows color (decimal): -7565177 or 8884364. OLE color: 8884364.

HSL color Cylindrical-coordinate representation of color #8C9087: hue angle of 86.67º degrees, saturation: 0.04, 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 #8C9087 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 140 144 135 -
CMYK 0.03 0 0.06 0.44
HSL 86.67º 0.04% 0.55% -
HSV(B) 86.67º 0.06% 0.56% -
XYZ 25.16 27.27 26.86 -
YUV 141.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 140 144 135 0.03 0 0.06 0.44 86.67 0.04 0.55
Hex 8C 90 87 3 0 6 2C 57 4 37
Octal 214 220 207 3 0 6 54 127 4 67
Binary 10001100 10010000 10000111 11 0 110 101100 1010111 100 110111

Color Harmonies of #8C9087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9087

Black with #8C9087

Text Example


Text Example

White with #8C9087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,144,135); }

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

background-color css

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

 a { background-color: rgb(140,144,135); }

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

border-color css

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

 span { border-color: rgb(140,144,135); }

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