Shades of Perano #98ACF1
Tints of Perano #98ACF1
RGB
CMYK
RGB Variations
Color information
#98ACF1 (or 0x98ACF1) is known color: Perano. HEX triplet: 98, AC and F1. RGB value is (152,172,241). Sum of RGB (Red+Green+Blue) = 152+172+241=565 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.90% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #98ACF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ACF1 is #67530E. Grayscale: #ADADAD. Windows color (decimal): -6771471 or 15838360. OLE color: 15838360.
HSL color Cylindrical-coordinate representation of color #98ACF1: hue angle of 226.52º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98ACF1 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 172 | 241 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.05 |
| HSL | 226.52º | 0.76% | 0.77% | - |
| HSV(B) | 226.52º | 0.37% | 0.95% | - |
| XYZ | 43.58 | 42.53 | 89.13 | - |
| YUV | 173.89 | 165.87 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 172 | 241 | 0.37 | 0.29 | 0 | 0.05 | 226.52 | 0.76 | 0.77 |
| Hex | 98 | AC | F1 | 25 | 1D | 0 | 5 | E3 | 4C | 4D |
| Octal | 230 | 254 | 361 | 45 | 35 | 0 | 5 | 343 | 114 | 115 |
| Binary | 10011000 | 10101100 | 11110001 | 100101 | 11101 | 0 | 101 | 11100011 | 1001100 | 1001101 |
Color Harmonies of #98ACF1
Complementary color
Monochromatic Colors of #98ACF1
Black with #98ACF1
Text Example
Text Example
White with #98ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ACF1; }
p { color: rgb(152,172,241); }
H1.HeaderClassName
{
color: #98ACF1;
}
.AnyTagClassName
{
color: #98ACF1;
}
</style>
background-color css
<style>
a { background-color: #98ACF1; }
a { background-color: rgb(152,172,241); }
div.DivClassName
{
background-color: #98ACF1;
}
.BgClassName
{
background-color: #98ACF1;
}
</style>
border-color css
<style>
span { border-color: #98ACF1; }
span { border-color: rgb(152,172,241); }
td.TdClassName
{
border-color: #98ACF1;
}
.TagClassName
{
border-color: #98ACF1;
}
</style>