Shades of Perano #98B3FA
Tints of Perano #98B3FA
RGB
CMYK
RGB Variations
Color information
#98B3FA (or 0x98B3FA) is known color: Perano. HEX triplet: 98, B3 and FA. RGB value is (152,179,250). Sum of RGB (Red+Green+Blue) = 152+179+250=581 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.16% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #98B3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B3FA is #674C05. Grayscale: #B2B2B2. Windows color (decimal): -6769670 or 16429976. OLE color: 16429976.
HSL color Cylindrical-coordinate representation of color #98B3FA: hue angle of 223.47º degrees, saturation: 0.91, 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 #98B3FA is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 179 | 250 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.02 |
| HSL | 223.47º | 0.91% | 0.79% | - |
| HSV(B) | 223.47º | 0.39% | 0.98% | - |
| XYZ | 46.32 | 45.82 | 96.84 | - |
| YUV | 179.02 | 168.05 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 179 | 250 | 0.39 | 0.28 | 0 | 0.02 | 223.47 | 0.91 | 0.79 |
| Hex | 98 | B3 | FA | 27 | 1C | 0 | 2 | DF | 5B | 4F |
| Octal | 230 | 263 | 372 | 47 | 34 | 0 | 2 | 337 | 133 | 117 |
| Binary | 10011000 | 10110011 | 11111010 | 100111 | 11100 | 0 | 10 | 11011111 | 1011011 | 1001111 |
Color Harmonies of #98B3FA
Complementary color
Monochromatic Colors of #98B3FA
Black with #98B3FA
Text Example
Text Example
White with #98B3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B3FA; }
p { color: rgb(152,179,250); }
H1.HeaderClassName
{
color: #98B3FA;
}
.AnyTagClassName
{
color: #98B3FA;
}
</style>
background-color css
<style>
a { background-color: #98B3FA; }
a { background-color: rgb(152,179,250); }
div.DivClassName
{
background-color: #98B3FA;
}
.BgClassName
{
background-color: #98B3FA;
}
</style>
border-color css
<style>
span { border-color: #98B3FA; }
span { border-color: rgb(152,179,250); }
td.TdClassName
{
border-color: #98B3FA;
}
.TagClassName
{
border-color: #98B3FA;
}
</style>