Shades of Perano #98ABF6
Tints of Perano #98ABF6
RGB
CMYK
RGB Variations
Color information
#98ABF6 (or 0x98ABF6) is known color: Perano. HEX triplet: 98, AB and F6. RGB value is (152,171,246). Sum of RGB (Red+Green+Blue) = 152+171+246=569 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.71% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 246 (96.48% from 255 or 43.23% from 569); Max value from RGB is 246 - color contains mainly: blue. Hex color #98ABF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ABF6 is #675409. Grayscale: #ADADAD. Windows color (decimal): -6771722 or 16165784. OLE color: 16165784.
HSL color Cylindrical-coordinate representation of color #98ABF6: hue angle of 227.87º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98ABF6 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 171 | 246 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.04 |
| HSL | 227.87º | 0.84% | 0.78% | - |
| HSV(B) | 227.87º | 0.38% | 0.96% | - |
| XYZ | 44.15 | 42.46 | 93.06 | - |
| YUV | 173.87 | 168.71 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 171 | 246 | 0.38 | 0.30 | 0 | 0.04 | 227.87 | 0.84 | 0.78 |
| Hex | 98 | AB | F6 | 26 | 1E | 0 | 4 | E4 | 54 | 4E |
| Octal | 230 | 253 | 366 | 46 | 36 | 0 | 4 | 344 | 124 | 116 |
| Binary | 10011000 | 10101011 | 11110110 | 100110 | 11110 | 0 | 100 | 11100100 | 1010100 | 1001110 |
Color Harmonies of #98ABF6
Complementary color
Monochromatic Colors of #98ABF6
Black with #98ABF6
Text Example
Text Example
White with #98ABF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ABF6; }
p { color: rgb(152,171,246); }
H1.HeaderClassName
{
color: #98ABF6;
}
.AnyTagClassName
{
color: #98ABF6;
}
</style>
background-color css
<style>
a { background-color: #98ABF6; }
a { background-color: rgb(152,171,246); }
div.DivClassName
{
background-color: #98ABF6;
}
.BgClassName
{
background-color: #98ABF6;
}
</style>
border-color css
<style>
span { border-color: #98ABF6; }
span { border-color: rgb(152,171,246); }
td.TdClassName
{
border-color: #98ABF6;
}
.TagClassName
{
border-color: #98ABF6;
}
</style>