Shades of Perano #98AAEA
Tints of Perano #98AAEA
RGB
CMYK
RGB Variations
Color information
#98AAEA (or 0x98AAEA) is known color: Perano. HEX triplet: 98, AA and EA. RGB value is (152,170,234). Sum of RGB (Red+Green+Blue) = 152+170+234=556 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.34% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #98AAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98AAEA is #675515. Grayscale: #ABABAB. Windows color (decimal): -6771990 or 15379096. OLE color: 15379096.
HSL color Cylindrical-coordinate representation of color #98AAEA: hue angle of 226.83º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98AAEA is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 170 | 234 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.08 |
| HSL | 226.83º | 0.66% | 0.76% | - |
| HSV(B) | 226.83º | 0.35% | 0.92% | - |
| XYZ | 42.17 | 41.37 | 83.6 | - |
| YUV | 171.91 | 163.04 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 170 | 234 | 0.35 | 0.27 | 0 | 0.08 | 226.83 | 0.66 | 0.76 |
| Hex | 98 | AA | EA | 23 | 1B | 0 | 8 | E3 | 42 | 4C |
| Octal | 230 | 252 | 352 | 43 | 33 | 0 | 10 | 343 | 102 | 114 |
| Binary | 10011000 | 10101010 | 11101010 | 100011 | 11011 | 0 | 1000 | 11100011 | 1000010 | 1001100 |
Color Harmonies of #98AAEA
Complementary color
Monochromatic Colors of #98AAEA
Black with #98AAEA
Text Example
Text Example
White with #98AAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AAEA; }
p { color: rgb(152,170,234); }
H1.HeaderClassName
{
color: #98AAEA;
}
.AnyTagClassName
{
color: #98AAEA;
}
</style>
background-color css
<style>
a { background-color: #98AAEA; }
a { background-color: rgb(152,170,234); }
div.DivClassName
{
background-color: #98AAEA;
}
.BgClassName
{
background-color: #98AAEA;
}
</style>
border-color css
<style>
span { border-color: #98AAEA; }
span { border-color: rgb(152,170,234); }
td.TdClassName
{
border-color: #98AAEA;
}
.TagClassName
{
border-color: #98AAEA;
}
</style>