#8083A7

Color #8083A7 Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #8083A7

Tints of Manatee #8083A7

Color information

#8083A7 (or 0x8083A7) is unknown color: approx Manatee. HEX triplet: 80, 83 and A7. RGB value is (128,131,167). Sum of RGB (Red+Green+Blue) = 128+131+167=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 167 - color contains mainly: blue. Hex color #8083A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8083A7 is #7F7C58. Grayscale: #868686. Windows color (decimal): -8354905 or 10978176. OLE color: 10978176.

HSL color Cylindrical-coordinate representation of color #8083A7: hue angle of 235.38º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8083A7 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB128131167-
CMYK0.230.2200.35
HSL235.38º18.14%57.84%-
HSV(B)235.38º23.35%65.49%-
XYZ23.9923.6139.85-
YUV134.21146.51123.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.05%
GREEN value IS 131 (51.56% from 255) = 30.75%
BLUE value IS 167 (65.62% from 255) = 39.20%
R=30.05%
G=30.75%
B=39.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1281311670.230.2200.35235.3818.1457.84
Hex8083A71716023eb123a
Octal20020324727260433532272
Binary100000001000001110100111101111011001000111110101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8083A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8083A7; }

 p { color: rgb(128,131,167); }

 H1.HeaderClassName
 {
   color: #8083A7;
 }
 .AnyTagClassName
 {
   color: #8083A7;
 }
</style>
background-color css

<style>
 a { background-color: #8083A7; }

 a { background-color: rgb(128,131,167); }

 div.DivClassName
 {
   background-color: #8083A7;
 }
 .BgClassName
 {
   background-color: #8083A7;
 }
</style>
border-color css

<style>
 span { border-color: #8083A7; }

 span { border-color: rgb(128,131,167); }

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