Shades of Perano #98ABF9
Tints of Perano #98ABF9
RGB
CMYK
RGB Variations
Color information
#98ABF9 (or 0x98ABF9) is known color: Perano. HEX triplet: 98, AB and F9. RGB value is (152,171,249). Sum of RGB (Red+Green+Blue) = 152+171+249=572 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.57% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #98ABF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ABF9 is #675406. Grayscale: #ADADAD. Windows color (decimal): -6771719 or 16362392. OLE color: 16362392.
HSL color Cylindrical-coordinate representation of color #98ABF9: hue angle of 228.25º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98ABF9 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 171 | 249 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.02 |
| HSL | 228.25º | 0.89% | 0.79% | - |
| HSV(B) | 228.25º | 0.39% | 0.98% | - |
| XYZ | 44.61 | 42.64 | 95.5 | - |
| YUV | 174.21 | 170.21 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 171 | 249 | 0.39 | 0.31 | 0 | 0.02 | 228.25 | 0.89 | 0.79 |
| Hex | 98 | AB | F9 | 27 | 1F | 0 | 2 | E4 | 59 | 4F |
| Octal | 230 | 253 | 371 | 47 | 37 | 0 | 2 | 344 | 131 | 117 |
| Binary | 10011000 | 10101011 | 11111001 | 100111 | 11111 | 0 | 10 | 11100100 | 1011001 | 1001111 |
Color Harmonies of #98ABF9
Complementary color
Monochromatic Colors of #98ABF9
Black with #98ABF9
Text Example
Text Example
White with #98ABF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ABF9; }
p { color: rgb(152,171,249); }
H1.HeaderClassName
{
color: #98ABF9;
}
.AnyTagClassName
{
color: #98ABF9;
}
</style>
background-color css
<style>
a { background-color: #98ABF9; }
a { background-color: rgb(152,171,249); }
div.DivClassName
{
background-color: #98ABF9;
}
.BgClassName
{
background-color: #98ABF9;
}
</style>
border-color css
<style>
span { border-color: #98ABF9; }
span { border-color: rgb(152,171,249); }
td.TdClassName
{
border-color: #98ABF9;
}
.TagClassName
{
border-color: #98ABF9;
}
</style>