Html Css Color HEX #8C9187 Delta

📋 copy color: '#8C9187'

red 140 ◦ green 145 ◦ blue 135

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

Shades of Delta #8C9187

Tints of Delta #8C9187

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.52%

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

R = 33.33%
G = 34.52%
B = 32.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#8C9187 (or 0x8C9187) is known color: Delta. HEX triplet: 8C, 91 and 87. RGB value is (140,145,135). Sum of RGB (Red+Green+Blue) = 140+145+135=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 145 - color contains mainly: green. Hex color #8C9187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9187 is #736E78. Grayscale: #8E8E8E. Windows color (decimal): -7564921 or 8884620. OLE color: 8884620.

HSL color Cylindrical-coordinate representation of color #8C9187: hue angle of 90º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8C9187 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 140 145 135 -
CMYK 0.03 0 0.07 0.43
HSL 90º 0.04% 0.55% -
HSV(B) 90º 0.07% 0.57% -
XYZ 25.31 27.58 26.91 -
YUV 142.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 140 145 135 0.03 0 0.07 0.43 90 0.04 0.55
Hex 8C 91 87 3 0 7 2B 5A 4 37
Octal 214 221 207 3 0 7 53 132 4 67
Binary 10001100 10010001 10000111 11 0 111 101011 1011010 100 110111

Color Harmonies of #8C9187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9187

Black with #8C9187

Text Example


Text Example

White with #8C9187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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