Shades of Perano #98A1FB
Tints of Perano #98A1FB
RGB
CMYK
RGB Variations
Color information
#98A1FB (or 0x98A1FB) is known color: Perano. HEX triplet: 98, A1 and FB. RGB value is (152,161,251). Sum of RGB (Red+Green+Blue) = 152+161+251=564 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.95% from 564); Green value is 161 (63.28% from 255 or 28.55% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #98A1FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A1FB is #675E04. Grayscale: #A8A8A8. Windows color (decimal): -6774277 or 16490904. OLE color: 16490904.
HSL color Cylindrical-coordinate representation of color #98A1FB: hue angle of 234.55º degrees, saturation: 0.93, 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 #98A1FB is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 161 | 251 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.02 |
| HSL | 234.55º | 0.93% | 0.79% | - |
| HSV(B) | 234.55º | 0.39% | 0.98% | - |
| XYZ | 43.11 | 39.13 | 96.55 | - |
| YUV | 168.57 | 174.52 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 161 | 251 | 0.39 | 0.36 | 0 | 0.02 | 234.55 | 0.93 | 0.79 |
| Hex | 98 | A1 | FB | 27 | 24 | 0 | 2 | EB | 5D | 4F |
| Octal | 230 | 241 | 373 | 47 | 44 | 0 | 2 | 353 | 135 | 117 |
| Binary | 10011000 | 10100001 | 11111011 | 100111 | 100100 | 0 | 10 | 11101011 | 1011101 | 1001111 |
Color Harmonies of #98A1FB
Complementary color
Monochromatic Colors of #98A1FB
Black with #98A1FB
Text Example
Text Example
White with #98A1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A1FB; }
p { color: rgb(152,161,251); }
H1.HeaderClassName
{
color: #98A1FB;
}
.AnyTagClassName
{
color: #98A1FB;
}
</style>
background-color css
<style>
a { background-color: #98A1FB; }
a { background-color: rgb(152,161,251); }
div.DivClassName
{
background-color: #98A1FB;
}
.BgClassName
{
background-color: #98A1FB;
}
</style>
border-color css
<style>
span { border-color: #98A1FB; }
span { border-color: rgb(152,161,251); }
td.TdClassName
{
border-color: #98A1FB;
}
.TagClassName
{
border-color: #98A1FB;
}
</style>