#8388AA

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

Shades of Manatee #8388AA

Tints of Manatee #8388AA

Color information

#8388AA (or 0x8388AA) is unknown color: approx Manatee. HEX triplet: 83, 88 and AA. RGB value is (131,136,170). Sum of RGB (Red+Green+Blue) = 131+136+170=437 (57% of max value = 765). Red value is 131 (51.56% from 255 or 29.98% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #8388AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8388AA is #7C7755. Grayscale: #8A8A8A. Windows color (decimal): -8157014 or 11176067. OLE color: 11176067.

HSL color Cylindrical-coordinate representation of color #8388AA: hue angle of 232.31º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8388AA is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131136170-
CMYK0.230.2000.33
HSL232.31º18.66%59.02%-
HSV(B)232.31º22.94%66.67%-
XYZ25.4225.3441.58-
YUV138.38145.84122.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.98%
GREEN value IS 136 (53.52% from 255) = 31.12%
BLUE value IS 170 (66.80% from 255) = 38.90%
R=29.98%
G=31.12%
B=38.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311361700.230.2000.33232.3118.6659.02
Hex8388AA1714021e8133b
Octal20321025227240413502373
Binary100000111000100010101010101111010001000011110100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8388AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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