Html Css Color HEX #8F9288 Delta

📋 copy color: '#8F9288'

red 143 ◦ green 146 ◦ blue 136

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

Shades of Delta #8F9288

Tints of Delta #8F9288

RGB

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

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

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

R = 33.65%
G = 34.35%
B = 32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#8F9288 (or 0x8F9288) is known color: Delta. HEX triplet: 8F, 92 and 88. RGB value is (143,146,136). Sum of RGB (Red+Green+Blue) = 143+146+136=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9288 is #706D77. Grayscale: #909090. Windows color (decimal): -7368056 or 8950415. OLE color: 8950415.

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

Color convert

RGB 143 146 136 -
CMYK 0.02 0 0.07 0.43
HSL 78º 0.04% 0.55% -
HSV(B) 78º 0.07% 0.57% -
XYZ 26.05 28.17 27.36 -
YUV 143.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 143 146 136 0.02 0 0.07 0.43 78 0.04 0.55
Hex 8F 92 88 2 0 7 2B 4E 4 37
Octal 217 222 210 2 0 7 53 116 4 67
Binary 10001111 10010010 10001000 10 0 111 101011 1001110 100 110111

Color Harmonies of #8F9288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9288

Black with #8F9288

Text Example


Text Example

White with #8F9288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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