Shades of Manatee #8383AA
Tints of Manatee #8383AA
RGB
CMYK
RGB Variations
Color information
#8383AA (or 0x8383AA) is known color: Manatee. HEX triplet: 83, 83 and AA. RGB value is (131,131,170). Sum of RGB (Red+Green+Blue) = 131+131+170=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #8383AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8383AA is #7C7C55. Grayscale: #878787. Windows color (decimal): -8158294 or 11174787. OLE color: 11174787.
HSL color Cylindrical-coordinate representation of color #8383AA: hue angle of 240º 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 #8383AA is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 131 | 170 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.33 |
| HSL | 240º | 0.19% | 0.59% | - |
| HSV(B) | 240º | 0.23% | 0.67% | - |
| XYZ | 24.73 | 23.96 | 41.35 | - |
| YUV | 135.45 | 147.5 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 131 | 170 | 0.23 | 0.23 | 0 | 0.33 | 240 | 0.19 | 0.59 |
| Hex | 83 | 83 | AA | 17 | 17 | 0 | 21 | F0 | 13 | 3B |
| Octal | 203 | 203 | 252 | 27 | 27 | 0 | 41 | 360 | 23 | 73 |
| Binary | 10000011 | 10000011 | 10101010 | 10111 | 10111 | 0 | 100001 | 11110000 | 10011 | 111011 |
Color Harmonies of #8383AA
Complementary color
Monochromatic Colors of #8383AA
Black with #8383AA
Text Example
Text Example
White with #8383AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8383AA; }
p { color: rgb(131,131,170); }
H1.HeaderClassName
{
color: #8383AA;
}
.AnyTagClassName
{
color: #8383AA;
}
</style>
background-color css
<style>
a { background-color: #8383AA; }
a { background-color: rgb(131,131,170); }
div.DivClassName
{
background-color: #8383AA;
}
.BgClassName
{
background-color: #8383AA;
}
</style>
border-color css
<style>
span { border-color: #8383AA; }
span { border-color: rgb(131,131,170); }
td.TdClassName
{
border-color: #8383AA;
}
.TagClassName
{
border-color: #8383AA;
}
</style>