Shades of Perano #98ACF9
Tints of Perano #98ACF9
RGB
CMYK
RGB Variations
Color information
#98ACF9 (or 0x98ACF9) is known color: Perano. HEX triplet: 98, AC and F9. RGB value is (152,172,249). Sum of RGB (Red+Green+Blue) = 152+172+249=573 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.53% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #98ACF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ACF9 is #675306. Grayscale: #AEAEAE. Windows color (decimal): -6771463 or 16362648. OLE color: 16362648.
HSL color Cylindrical-coordinate representation of color #98ACF9: hue angle of 227.63º 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 #98ACF9 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 172 | 249 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.02 |
| HSL | 227.63º | 0.89% | 0.79% | - |
| HSV(B) | 227.63º | 0.39% | 0.98% | - |
| XYZ | 44.8 | 43.02 | 95.56 | - |
| YUV | 174.8 | 169.87 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 172 | 249 | 0.39 | 0.31 | 0 | 0.02 | 227.63 | 0.89 | 0.79 |
| Hex | 98 | AC | F9 | 27 | 1F | 0 | 2 | E4 | 59 | 4F |
| Octal | 230 | 254 | 371 | 47 | 37 | 0 | 2 | 344 | 131 | 117 |
| Binary | 10011000 | 10101100 | 11111001 | 100111 | 11111 | 0 | 10 | 11100100 | 1011001 | 1001111 |
Color Harmonies of #98ACF9
Complementary color
Monochromatic Colors of #98ACF9
Black with #98ACF9
Text Example
Text Example
White with #98ACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ACF9; }
p { color: rgb(152,172,249); }
H1.HeaderClassName
{
color: #98ACF9;
}
.AnyTagClassName
{
color: #98ACF9;
}
</style>
background-color css
<style>
a { background-color: #98ACF9; }
a { background-color: rgb(152,172,249); }
div.DivClassName
{
background-color: #98ACF9;
}
.BgClassName
{
background-color: #98ACF9;
}
</style>
border-color css
<style>
span { border-color: #98ACF9; }
span { border-color: rgb(152,172,249); }
td.TdClassName
{
border-color: #98ACF9;
}
.TagClassName
{
border-color: #98ACF9;
}
</style>