Html Css Color HEX #808C93 Aluminium

📋 copy color: '#808C93'

red 128 ◦ green 140 ◦ blue 147

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

Shades of Aluminium #808C93

Tints of Aluminium #808C93

RGB

 RED value IS 128 (50.39% from 255) = 30.84%

 GREEN value IS 140 (55.08% from 255) = 33.73%

 BLUE value IS 147 (57.81% from 255) = 35.42%

R = 30.84%
G = 33.73%
B = 35.42%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#808C93 (or 0x808C93) is known color: Aluminium. HEX triplet: 80, 8C and 93. RGB value is (128,140,147). Sum of RGB (Red+Green+Blue) = 128+140+147=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 147 - color contains mainly: blue. Hex color #808C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808C93 is #7F736C. Grayscale: #898989. Windows color (decimal): -8352621 or 9669760. OLE color: 9669760.

HSL color Cylindrical-coordinate representation of color #808C93: hue angle of 202.11º 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 #808C93 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 140 147 -
CMYK 0.13 0.05 0 0.42
HSL 202.11º 0.08% 0.54% -
HSV(B) 202.11º 0.13% 0.58% -
XYZ 23.55 25.45 31.28 -
YUV 137.21 133.52 121.43 -
System Red Green Blue C M Y K H S L
Decimal 128 140 147 0.13 0.05 0 0.42 202.11 0.08 0.54
Hex 80 8C 93 D 5 0 2A CA 8 36
Octal 200 214 223 15 5 0 52 312 10 66
Binary 10000000 10001100 10010011 1101 101 0 101010 11001010 1000 110110

Color Harmonies of #808C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808C93

Black with #808C93

Text Example


Text Example

White with #808C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808C93; }

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

 H1.HeaderClassName
 {
   color: #808C93;
 }
 .AnyTagClassName
 {
   color: #808C93;
 }
</style>

background-color css

<style>
 a { background-color: #808C93; }

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

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

border-color css

<style>
 span { border-color: #808C93; }

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

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