Shades of Perano #98A8FD
Tints of Perano #98A8FD
RGB
CMYK
RGB Variations
Color information
#98A8FD (or 0x98A8FD) is known color: Perano. HEX triplet: 98, A8 and FD. RGB value is (152,168,253). Sum of RGB (Red+Green+Blue) = 152+168+253=573 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.53% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #98A8FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A8FD is #675702. Grayscale: #ACACAC. Windows color (decimal): -6772483 or 16623768. OLE color: 16623768.
HSL color Cylindrical-coordinate representation of color #98A8FD: hue angle of 230.5º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98A8FD is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 168 | 253 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.01 |
| HSL | 230.5º | 0.96% | 0.79% | - |
| HSV(B) | 230.5º | 0.4% | 0.99% | - |
| XYZ | 44.68 | 41.77 | 98.64 | - |
| YUV | 172.91 | 173.2 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 168 | 253 | 0.40 | 0.34 | 0 | 0.01 | 230.5 | 0.96 | 0.79 |
| Hex | 98 | A8 | FD | 28 | 22 | 0 | 1 | E6 | 60 | 4F |
| Octal | 230 | 250 | 375 | 50 | 42 | 0 | 1 | 346 | 140 | 117 |
| Binary | 10011000 | 10101000 | 11111101 | 101000 | 100010 | 0 | 1 | 11100110 | 1100000 | 1001111 |
Color Harmonies of #98A8FD
Complementary color
Monochromatic Colors of #98A8FD
Black with #98A8FD
Text Example
Text Example
White with #98A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A8FD; }
p { color: rgb(152,168,253); }
H1.HeaderClassName
{
color: #98A8FD;
}
.AnyTagClassName
{
color: #98A8FD;
}
</style>
background-color css
<style>
a { background-color: #98A8FD; }
a { background-color: rgb(152,168,253); }
div.DivClassName
{
background-color: #98A8FD;
}
.BgClassName
{
background-color: #98A8FD;
}
</style>
border-color css
<style>
span { border-color: #98A8FD; }
span { border-color: rgb(152,168,253); }
td.TdClassName
{
border-color: #98A8FD;
}
.TagClassName
{
border-color: #98A8FD;
}
</style>