Shades of Perano #98ABFC
Tints of Perano #98ABFC
RGB
CMYK
RGB Variations
Color information
#98ABFC (or 0x98ABFC) is known color: Perano. HEX triplet: 98, AB and FC. RGB value is (152,171,252). Sum of RGB (Red+Green+Blue) = 152+171+252=575 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.43% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #98ABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ABFC is #675403. Grayscale: #AEAEAE. Windows color (decimal): -6771716 or 16559000. OLE color: 16559000.
HSL color Cylindrical-coordinate representation of color #98ABFC: hue angle of 228.6º degrees, saturation: 0.94, 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 #98ABFC is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 171 | 252 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.01 |
| HSL | 228.6º | 0.94% | 0.79% | - |
| HSV(B) | 228.6º | 0.4% | 0.99% | - |
| XYZ | 45.08 | 42.83 | 97.99 | - |
| YUV | 174.55 | 171.71 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 171 | 252 | 0.40 | 0.32 | 0 | 0.01 | 228.6 | 0.94 | 0.79 |
| Hex | 98 | AB | FC | 28 | 20 | 0 | 1 | E5 | 5E | 4F |
| Octal | 230 | 253 | 374 | 50 | 40 | 0 | 1 | 345 | 136 | 117 |
| Binary | 10011000 | 10101011 | 11111100 | 101000 | 100000 | 0 | 1 | 11100101 | 1011110 | 1001111 |
Color Harmonies of #98ABFC
Complementary color
Monochromatic Colors of #98ABFC
Black with #98ABFC
Text Example
Text Example
White with #98ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ABFC; }
p { color: rgb(152,171,252); }
H1.HeaderClassName
{
color: #98ABFC;
}
.AnyTagClassName
{
color: #98ABFC;
}
</style>
background-color css
<style>
a { background-color: #98ABFC; }
a { background-color: rgb(152,171,252); }
div.DivClassName
{
background-color: #98ABFC;
}
.BgClassName
{
background-color: #98ABFC;
}
</style>
border-color css
<style>
span { border-color: #98ABFC; }
span { border-color: rgb(152,171,252); }
td.TdClassName
{
border-color: #98ABFC;
}
.TagClassName
{
border-color: #98ABFC;
}
</style>