Html Css Color HEX #8F9488 Delta

📋 copy color: '#8F9488'

red 143 ◦ green 148 ◦ blue 136

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

Shades of Delta #8F9488

Tints of Delta #8F9488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.66%

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

R = 33.49%
G = 34.66%
B = 31.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#8F9488 (or 0x8F9488) is known color: Delta. HEX triplet: 8F, 94 and 88. RGB value is (143,148,136). Sum of RGB (Red+Green+Blue) = 143+148+136=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9488 is #706B77. Grayscale: #919191. Windows color (decimal): -7367544 or 8950927. OLE color: 8950927.

HSL color Cylindrical-coordinate representation of color #8F9488: hue angle of 85º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8F9488 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 148 136 -
CMYK 0.03 0 0.08 0.42
HSL 85º 0.05% 0.56% -
HSV(B) 85º 0.08% 0.58% -
XYZ 26.36 28.8 27.46 -
YUV 145.14 122.84 126.48 -
System Red Green Blue C M Y K H S L
Decimal 143 148 136 0.03 0 0.08 0.42 85 0.05 0.56
Hex 8F 94 88 3 0 8 2A 55 5 38
Octal 217 224 210 3 0 10 52 125 5 70
Binary 10001111 10010100 10001000 11 0 1000 101010 1010101 101 111000

Color Harmonies of #8F9488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9488

Black with #8F9488

Text Example


Text Example

White with #8F9488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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