Html Css Color HEX #8E9288 Delta

📋 copy color: '#8E9288'

red 142 ◦ green 146 ◦ blue 136

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

Shades of Delta #8E9288

Tints of Delta #8E9288

RGB

 RED value IS 142 (55.86% from 255) = 33.49%

 GREEN value IS 146 (57.42% from 255) = 34.43%

 BLUE value IS 136 (53.52% from 255) = 32.08%

R = 33.49%
G = 34.43%
B = 32.08%

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

#8E9288 (or 0x8E9288) is known color: Delta. HEX triplet: 8E, 92 and 88. RGB value is (142,146,136). Sum of RGB (Red+Green+Blue) = 142+146+136=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 146 - color contains mainly: green. Hex color #8E9288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9288 is #716D77. Grayscale: #8F8F8F. Windows color (decimal): -7433592 or 8950414. OLE color: 8950414.

HSL color Cylindrical-coordinate representation of color #8E9288: hue angle of 84º 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 #8E9288 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 142 146 136 -
CMYK 0.03 0 0.07 0.43
HSL 84º 0.04% 0.55% -
HSV(B) 84º 0.07% 0.57% -
XYZ 25.88 28.09 27.35 -
YUV 143.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 142 146 136 0.03 0 0.07 0.43 84 0.04 0.55
Hex 8E 92 88 3 0 7 2B 54 4 37
Octal 216 222 210 3 0 7 53 124 4 67
Binary 10001110 10010010 10001000 11 0 111 101011 1010100 100 110111

Color Harmonies of #8E9288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9288

Black with #8E9288

Text Example


Text Example

White with #8E9288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,146,136); }

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

background-color css

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

 a { background-color: rgb(142,146,136); }

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

border-color css

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

 span { border-color: rgb(142,146,136); }

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