Shades of Perano #98A5FF
Tints of Perano #98A5FF
RGB
CMYK
RGB Variations
Color information
#98A5FF (or 0x98A5FF) is known color: Perano. HEX triplet: 98, A5 and FF. RGB value is (152,165,255). Sum of RGB (Red+Green+Blue) = 152+165+255=572 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.57% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #98A5FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A5FF is #675A00. Grayscale: #ABABAB. Windows color (decimal): -6773249 or 16754072. OLE color: 16754072.
HSL color Cylindrical-coordinate representation of color #98A5FF: hue angle of 232.43º 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 #98A5FF is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 165 | 255 | - |
| CMYK | 0.40 | 0.35 | 0 | 0 |
| HSL | 232.43º | 1% | 0.8% | - |
| HSV(B) | 232.43º | 0.4% | 1% | - |
| XYZ | 44.45 | 40.81 | 100.14 | - |
| YUV | 171.37 | 175.19 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 165 | 255 | 0.40 | 0.35 | 0 | 0 | 232.43 | 1 | 0.8 |
| Hex | 98 | A5 | FF | 28 | 23 | 0 | 0 | E8 | 64 | 50 |
| Octal | 230 | 245 | 377 | 50 | 43 | 0 | 0 | 350 | 144 | 120 |
| Binary | 10011000 | 10100101 | 11111111 | 101000 | 100011 | 0 | 0 | 11101000 | 1100100 | 1010000 |
Color Harmonies of #98A5FF
Complementary color
Monochromatic Colors of #98A5FF
Black with #98A5FF
Text Example
Text Example
White with #98A5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A5FF; }
p { color: rgb(152,165,255); }
H1.HeaderClassName
{
color: #98A5FF;
}
.AnyTagClassName
{
color: #98A5FF;
}
</style>
background-color css
<style>
a { background-color: #98A5FF; }
a { background-color: rgb(152,165,255); }
div.DivClassName
{
background-color: #98A5FF;
}
.BgClassName
{
background-color: #98A5FF;
}
</style>
border-color css
<style>
span { border-color: #98A5FF; }
span { border-color: rgb(152,165,255); }
td.TdClassName
{
border-color: #98A5FF;
}
.TagClassName
{
border-color: #98A5FF;
}
</style>