Shades of Perano #98A6FF
Tints of Perano #98A6FF
RGB
CMYK
RGB Variations
Color information
#98A6FF (or 0x98A6FF) is known color: Perano. HEX triplet: 98, A6 and FF. RGB value is (152,166,255). Sum of RGB (Red+Green+Blue) = 152+166+255=573 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.53% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #98A6FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A6FF is #675900. Grayscale: #ABABAB. Windows color (decimal): -6772993 or 16754328. OLE color: 16754328.
HSL color Cylindrical-coordinate representation of color #98A6FF: hue angle of 231.84º 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 #98A6FF is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 166 | 255 | - |
| CMYK | 0.40 | 0.35 | 0 | 0 |
| HSL | 231.84º | 1% | 0.8% | - |
| HSV(B) | 231.84º | 0.4% | 1% | - |
| XYZ | 44.64 | 41.17 | 100.2 | - |
| YUV | 171.96 | 174.86 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 166 | 255 | 0.40 | 0.35 | 0 | 0 | 231.84 | 1 | 0.8 |
| Hex | 98 | A6 | FF | 28 | 23 | 0 | 0 | E8 | 64 | 50 |
| Octal | 230 | 246 | 377 | 50 | 43 | 0 | 0 | 350 | 144 | 120 |
| Binary | 10011000 | 10100110 | 11111111 | 101000 | 100011 | 0 | 0 | 11101000 | 1100100 | 1010000 |
Color Harmonies of #98A6FF
Complementary color
Monochromatic Colors of #98A6FF
Black with #98A6FF
Text Example
Text Example
White with #98A6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A6FF; }
p { color: rgb(152,166,255); }
H1.HeaderClassName
{
color: #98A6FF;
}
.AnyTagClassName
{
color: #98A6FF;
}
</style>
background-color css
<style>
a { background-color: #98A6FF; }
a { background-color: rgb(152,166,255); }
div.DivClassName
{
background-color: #98A6FF;
}
.BgClassName
{
background-color: #98A6FF;
}
</style>
border-color css
<style>
span { border-color: #98A6FF; }
span { border-color: rgb(152,166,255); }
td.TdClassName
{
border-color: #98A6FF;
}
.TagClassName
{
border-color: #98A6FF;
}
</style>