Shades of Perano #98A8EF
Tints of Perano #98A8EF
RGB
CMYK
RGB Variations
Color information
#98A8EF (or 0x98A8EF) is known color: Perano. HEX triplet: 98, A8 and EF. RGB value is (152,168,239). Sum of RGB (Red+Green+Blue) = 152+168+239=559 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.19% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #98A8EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A8EF is #675710. Grayscale: #ABABAB. Windows color (decimal): -6772497 or 15706264. OLE color: 15706264.
HSL color Cylindrical-coordinate representation of color #98A8EF: hue angle of 228.97º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98A8EF is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 168 | 239 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.06 |
| HSL | 228.97º | 0.73% | 0.77% | - |
| HSV(B) | 228.97º | 0.36% | 0.94% | - |
| XYZ | 42.53 | 40.91 | 87.32 | - |
| YUV | 171.31 | 166.2 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 168 | 239 | 0.36 | 0.30 | 0 | 0.06 | 228.97 | 0.73 | 0.77 |
| Hex | 98 | A8 | EF | 24 | 1E | 0 | 6 | E5 | 49 | 4D |
| Octal | 230 | 250 | 357 | 44 | 36 | 0 | 6 | 345 | 111 | 115 |
| Binary | 10011000 | 10101000 | 11101111 | 100100 | 11110 | 0 | 110 | 11100101 | 1001001 | 1001101 |
Color Harmonies of #98A8EF
Complementary color
Monochromatic Colors of #98A8EF
Black with #98A8EF
Text Example
Text Example
White with #98A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A8EF; }
p { color: rgb(152,168,239); }
H1.HeaderClassName
{
color: #98A8EF;
}
.AnyTagClassName
{
color: #98A8EF;
}
</style>
background-color css
<style>
a { background-color: #98A8EF; }
a { background-color: rgb(152,168,239); }
div.DivClassName
{
background-color: #98A8EF;
}
.BgClassName
{
background-color: #98A8EF;
}
</style>
border-color css
<style>
span { border-color: #98A8EF; }
span { border-color: rgb(152,168,239); }
td.TdClassName
{
border-color: #98A8EF;
}
.TagClassName
{
border-color: #98A8EF;
}
</style>