Html Css Color HEX #8B8E88 Delta

📋 copy color: '#8B8E88'

red 139 ◦ green 142 ◦ blue 136

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

Shades of Delta #8B8E88

Tints of Delta #8B8E88

RGB

 RED value IS 139 (54.69% from 255) = 33.33%

 GREEN value IS 142 (55.86% from 255) = 34.05%

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

R = 33.33%
G = 34.05%
B = 32.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#8B8E88 (or 0x8B8E88) is known color: Delta. HEX triplet: 8B, 8E and 88. RGB value is (139,142,136). Sum of RGB (Red+Green+Blue) = 139+142+136=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 142 - color contains mainly: green. Hex color #8B8E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8E88 is #747177. Grayscale: #8C8C8C. Windows color (decimal): -7631224 or 8949387. OLE color: 8949387.

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

Color convert

RGB 139 142 136 -
CMYK 0.02 0 0.04 0.44
HSL 90º 0.03% 0.55% -
HSV(B) 90º 0.04% 0.56% -
XYZ 24.76 26.61 27.12 -
YUV 140.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 139 142 136 0.02 0 0.04 0.44 90 0.03 0.55
Hex 8B 8E 88 2 0 4 2C 5A 3 37
Octal 213 216 210 2 0 4 54 132 3 67
Binary 10001011 10001110 10001000 10 0 100 101100 1011010 11 110111

Color Harmonies of #8B8E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8E88

Black with #8B8E88

Text Example


Text Example

White with #8B8E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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