Shades of Perano #98B0FF
Tints of Perano #98B0FF
RGB
CMYK
RGB Variations
Color information
#98B0FF (or 0x98B0FF) is known color: Perano. HEX triplet: 98, B0 and FF. RGB value is (152,176,255). Sum of RGB (Red+Green+Blue) = 152+176+255=583 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.07% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #98B0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98B0FF is #674F00. Grayscale: #B1B1B1. Windows color (decimal): -6770433 or 16756888. OLE color: 16756888.
HSL color Cylindrical-coordinate representation of color #98B0FF: hue angle of 226.02º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98B0FF is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 176 | 255 | - |
| CMYK | 0.40 | 0.31 | 0 | 0 |
| HSL | 226.02º | 1% | 0.8% | - |
| HSV(B) | 226.02º | 0.4% | 1% | - |
| XYZ | 46.52 | 44.95 | 100.83 | - |
| YUV | 177.83 | 171.55 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 176 | 255 | 0.40 | 0.31 | 0 | 0 | 226.02 | 1 | 0.8 |
| Hex | 98 | B0 | FF | 28 | 1F | 0 | 0 | E2 | 64 | 50 |
| Octal | 230 | 260 | 377 | 50 | 37 | 0 | 0 | 342 | 144 | 120 |
| Binary | 10011000 | 10110000 | 11111111 | 101000 | 11111 | 0 | 0 | 11100010 | 1100100 | 1010000 |
Color Harmonies of #98B0FF
Complementary color
Monochromatic Colors of #98B0FF
Black with #98B0FF
Text Example
Text Example
White with #98B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B0FF; }
p { color: rgb(152,176,255); }
H1.HeaderClassName
{
color: #98B0FF;
}
.AnyTagClassName
{
color: #98B0FF;
}
</style>
background-color css
<style>
a { background-color: #98B0FF; }
a { background-color: rgb(152,176,255); }
div.DivClassName
{
background-color: #98B0FF;
}
.BgClassName
{
background-color: #98B0FF;
}
</style>
border-color css
<style>
span { border-color: #98B0FF; }
span { border-color: rgb(152,176,255); }
td.TdClassName
{
border-color: #98B0FF;
}
.TagClassName
{
border-color: #98B0FF;
}
</style>