#8388A7

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

Shades of Manatee #8388A7

Tints of Manatee #8388A7

Color information

#8388A7 (or 0x8388A7) is unknown color: approx Manatee. HEX triplet: 83, 88 and A7. RGB value is (131,136,167). Sum of RGB (Red+Green+Blue) = 131+136+167=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 167 (65.62% from 255 or 38.48% from 434); Max value from RGB is 167 - color contains mainly: blue. Hex color #8388A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8388A7 is #7C7758. Grayscale: #898989. Windows color (decimal): -8157017 or 10979459. OLE color: 10979459.

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

Color convert

RGB131136167-
CMYK0.220.1900.35
HSL231.67º16.98%58.43%-
HSV(B)231.67º21.56%65.49%-
XYZ25.1425.2240.1-
YUV138.04144.34122.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.18%
GREEN value IS 136 (53.52% from 255) = 31.34%
BLUE value IS 167 (65.62% from 255) = 38.48%
R=30.18%
G=31.34%
B=38.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1311361670.220.1900.35231.6716.9858.43
Hex8388A71613023e8113a
Octal20321024726230433502172
Binary100000111000100010100111101101001101000111110100010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8388A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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