Shades of Perano #98B8FA
Tints of Perano #98B8FA
RGB
CMYK
RGB Variations
Color information
#98B8FA (or 0x98B8FA) is known color: Perano. HEX triplet: 98, B8 and FA. RGB value is (152,184,250). Sum of RGB (Red+Green+Blue) = 152+184+250=586 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.94% from 586); Green value is 184 (72.27% from 255 or 31.40% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #98B8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98B8FA is #674705. Grayscale: #B5B5B5. Windows color (decimal): -6768390 or 16431256. OLE color: 16431256.
HSL color Cylindrical-coordinate representation of color #98B8FA: hue angle of 220.41º 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 #98B8FA is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 184 | 250 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.02 |
| HSL | 220.41º | 0.91% | 0.79% | - |
| HSV(B) | 220.41º | 0.39% | 0.98% | - |
| XYZ | 47.34 | 47.86 | 97.18 | - |
| YUV | 181.96 | 166.4 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 184 | 250 | 0.39 | 0.26 | 0 | 0.02 | 220.41 | 0.91 | 0.79 |
| Hex | 98 | B8 | FA | 27 | 1A | 0 | 2 | DC | 5B | 4F |
| Octal | 230 | 270 | 372 | 47 | 32 | 0 | 2 | 334 | 133 | 117 |
| Binary | 10011000 | 10111000 | 11111010 | 100111 | 11010 | 0 | 10 | 11011100 | 1011011 | 1001111 |
Color Harmonies of #98B8FA
Complementary color
Monochromatic Colors of #98B8FA
Black with #98B8FA
Text Example
Text Example
White with #98B8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B8FA; }
p { color: rgb(152,184,250); }
H1.HeaderClassName
{
color: #98B8FA;
}
.AnyTagClassName
{
color: #98B8FA;
}
</style>
background-color css
<style>
a { background-color: #98B8FA; }
a { background-color: rgb(152,184,250); }
div.DivClassName
{
background-color: #98B8FA;
}
.BgClassName
{
background-color: #98B8FA;
}
</style>
border-color css
<style>
span { border-color: #98B8FA; }
span { border-color: rgb(152,184,250); }
td.TdClassName
{
border-color: #98B8FA;
}
.TagClassName
{
border-color: #98B8FA;
}
</style>