Shades of Perano #98AAFF
Tints of Perano #98AAFF
RGB
CMYK
RGB Variations
Color information
#98AAFF (or 0x98AAFF) is known color: Perano. HEX triplet: 98, AA and FF. RGB value is (152,170,255). Sum of RGB (Red+Green+Blue) = 152+170+255=577 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.34% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #98AAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98AAFF is #675500. Grayscale: #ADADAD. Windows color (decimal): -6771969 or 16755352. OLE color: 16755352.
HSL color Cylindrical-coordinate representation of color #98AAFF: hue angle of 229.51º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98AAFF is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 170 | 255 | - |
| CMYK | 0.40 | 0.33 | 0 | 0 |
| HSL | 229.51º | 1% | 0.8% | - |
| HSV(B) | 229.51º | 0.4% | 1% | - |
| XYZ | 45.37 | 42.64 | 100.45 | - |
| YUV | 174.31 | 173.54 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 170 | 255 | 0.40 | 0.33 | 0 | 0 | 229.51 | 1 | 0.8 |
| Hex | 98 | AA | FF | 28 | 21 | 0 | 0 | E6 | 64 | 50 |
| Octal | 230 | 252 | 377 | 50 | 41 | 0 | 0 | 346 | 144 | 120 |
| Binary | 10011000 | 10101010 | 11111111 | 101000 | 100001 | 0 | 0 | 11100110 | 1100100 | 1010000 |
Color Harmonies of #98AAFF
Complementary color
Monochromatic Colors of #98AAFF
Black with #98AAFF
Text Example
Text Example
White with #98AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AAFF; }
p { color: rgb(152,170,255); }
H1.HeaderClassName
{
color: #98AAFF;
}
.AnyTagClassName
{
color: #98AAFF;
}
</style>
background-color css
<style>
a { background-color: #98AAFF; }
a { background-color: rgb(152,170,255); }
div.DivClassName
{
background-color: #98AAFF;
}
.BgClassName
{
background-color: #98AAFF;
}
</style>
border-color css
<style>
span { border-color: #98AAFF; }
span { border-color: rgb(152,170,255); }
td.TdClassName
{
border-color: #98AAFF;
}
.TagClassName
{
border-color: #98AAFF;
}
</style>