Shades of Perano #98A4F5
Tints of Perano #98A4F5
RGB
CMYK
RGB Variations
Color information
#98A4F5 (or 0x98A4F5) is known color: Perano. HEX triplet: 98, A4 and F5. RGB value is (152,164,245). Sum of RGB (Red+Green+Blue) = 152+164+245=561 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.09% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 245 (96.09% from 255 or 43.67% from 561); Max value from RGB is 245 - color contains mainly: blue. Hex color #98A4F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A4F5 is #675B0A. Grayscale: #A9A9A9. Windows color (decimal): -6773515 or 16098456. OLE color: 16098456.
HSL color Cylindrical-coordinate representation of color #98A4F5: hue angle of 232.26º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98A4F5 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 164 | 245 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.04 |
| HSL | 232.26º | 0.82% | 0.78% | - |
| HSV(B) | 232.26º | 0.38% | 0.96% | - |
| XYZ | 42.71 | 39.82 | 91.82 | - |
| YUV | 169.65 | 170.52 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 164 | 245 | 0.38 | 0.33 | 0 | 0.04 | 232.26 | 0.82 | 0.78 |
| Hex | 98 | A4 | F5 | 26 | 21 | 0 | 4 | E8 | 52 | 4E |
| Octal | 230 | 244 | 365 | 46 | 41 | 0 | 4 | 350 | 122 | 116 |
| Binary | 10011000 | 10100100 | 11110101 | 100110 | 100001 | 0 | 100 | 11101000 | 1010010 | 1001110 |
Color Harmonies of #98A4F5
Complementary color
Monochromatic Colors of #98A4F5
Black with #98A4F5
Text Example
Text Example
White with #98A4F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A4F5; }
p { color: rgb(152,164,245); }
H1.HeaderClassName
{
color: #98A4F5;
}
.AnyTagClassName
{
color: #98A4F5;
}
</style>
background-color css
<style>
a { background-color: #98A4F5; }
a { background-color: rgb(152,164,245); }
div.DivClassName
{
background-color: #98A4F5;
}
.BgClassName
{
background-color: #98A4F5;
}
</style>
border-color css
<style>
span { border-color: #98A4F5; }
span { border-color: rgb(152,164,245); }
td.TdClassName
{
border-color: #98A4F5;
}
.TagClassName
{
border-color: #98A4F5;
}
</style>