Html Css Color HEX #8A9380 Delta

📋 copy color: '#8A9380'

red 138 ◦ green 147 ◦ blue 128

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

Shades of Delta #8A9380

Tints of Delta #8A9380

RGB

 RED value IS 138 (54.3% from 255) = 33.41%

 GREEN value IS 147 (57.81% from 255) = 35.59%

 BLUE value IS 128 (50.39% from 255) = 30.99%

R = 33.41%
G = 35.59%
B = 30.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#8A9380 (or 0x8A9380) is known color: Delta. HEX triplet: 8A, 93 and 80. RGB value is (138,147,128). Sum of RGB (Red+Green+Blue) = 138+147+128=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9380 is #756C7F. Grayscale: #8E8E8E. Windows color (decimal): -7695488 or 8426378. OLE color: 8426378.

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

Color convert

RGB 138 147 128 -
CMYK 0.06 0 0.13 0.42
HSL 88.42º 0.08% 0.54% -
HSV(B) 88.42º 0.13% 0.58% -
XYZ 24.81 27.83 24.49 -
YUV 142.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 138 147 128 0.06 0 0.13 0.42 88.42 0.08 0.54
Hex 8A 93 80 6 0 D 2A 58 8 36
Octal 212 223 200 6 0 15 52 130 10 66
Binary 10001010 10010011 10000000 110 0 1101 101010 1011000 1000 110110

Color Harmonies of #8A9380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9380

Black with #8A9380

Text Example


Text Example

White with #8A9380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,147,128); }

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

background-color css

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

 a { background-color: rgb(138,147,128); }

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

border-color css

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

 span { border-color: rgb(138,147,128); }

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