Shades of Perano #98A0FF
Tints of Perano #98A0FF
RGB
CMYK
RGB Variations
Color information
#98A0FF (or 0x98A0FF) is known color: Perano. HEX triplet: 98, A0 and FF. RGB value is (152,160,255). Sum of RGB (Red+Green+Blue) = 152+160+255=567 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.81% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #98A0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A0FF is #675F00. Grayscale: #A8A8A8. Windows color (decimal): -6774529 or 16752792. OLE color: 16752792.
HSL color Cylindrical-coordinate representation of color #98A0FF: hue angle of 235.34º 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 #98A0FF is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 160 | 255 | - |
| CMYK | 0.40 | 0.37 | 0 | 0 |
| HSL | 235.34º | 1% | 0.8% | - |
| HSV(B) | 235.34º | 0.4% | 1% | - |
| XYZ | 43.57 | 39.04 | 99.85 | - |
| YUV | 168.44 | 176.85 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 255 | 0.40 | 0.37 | 0 | 0 | 235.34 | 1 | 0.8 |
| Hex | 98 | A0 | FF | 28 | 25 | 0 | 0 | EB | 64 | 50 |
| Octal | 230 | 240 | 377 | 50 | 45 | 0 | 0 | 353 | 144 | 120 |
| Binary | 10011000 | 10100000 | 11111111 | 101000 | 100101 | 0 | 0 | 11101011 | 1100100 | 1010000 |
Color Harmonies of #98A0FF
Complementary color
Monochromatic Colors of #98A0FF
Black with #98A0FF
Text Example
Text Example
White with #98A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A0FF; }
p { color: rgb(152,160,255); }
H1.HeaderClassName
{
color: #98A0FF;
}
.AnyTagClassName
{
color: #98A0FF;
}
</style>
background-color css
<style>
a { background-color: #98A0FF; }
a { background-color: rgb(152,160,255); }
div.DivClassName
{
background-color: #98A0FF;
}
.BgClassName
{
background-color: #98A0FF;
}
</style>
border-color css
<style>
span { border-color: #98A0FF; }
span { border-color: rgb(152,160,255); }
td.TdClassName
{
border-color: #98A0FF;
}
.TagClassName
{
border-color: #98A0FF;
}
</style>