Shades of Perano #9AAAEA
Tints of Perano #9AAAEA
RGB
CMYK
RGB Variations
Color information
#9AAAEA (or 0x9AAAEA) is known color: Perano. HEX triplet: 9A, AA and EA. RGB value is (154,170,234). Sum of RGB (Red+Green+Blue) = 154+170+234=558 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.60% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #9AAAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AAAEA is #655515. Grayscale: #ACACAC. Windows color (decimal): -6640918 or 15379098. OLE color: 15379098.
HSL color Cylindrical-coordinate representation of color #9AAAEA: hue angle of 228º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AAAEA is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 170 | 234 | - |
| CMYK | 0.34 | 0.27 | 0 | 0.08 |
| HSL | 228º | 0.66% | 0.76% | - |
| HSV(B) | 228º | 0.34% | 0.92% | - |
| XYZ | 42.55 | 41.56 | 83.62 | - |
| YUV | 172.51 | 162.7 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 234 | 0.34 | 0.27 | 0 | 0.08 | 228 | 0.66 | 0.76 |
| Hex | 9A | AA | EA | 22 | 1B | 0 | 8 | E4 | 42 | 4C |
| Octal | 232 | 252 | 352 | 42 | 33 | 0 | 10 | 344 | 102 | 114 |
| Binary | 10011010 | 10101010 | 11101010 | 100010 | 11011 | 0 | 1000 | 11100100 | 1000010 | 1001100 |
Color Harmonies of #9AAAEA
Complementary color
Monochromatic Colors of #9AAAEA
Black with #9AAAEA
Text Example
Text Example
White with #9AAAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAAEA; }
p { color: rgb(154,170,234); }
H1.HeaderClassName
{
color: #9AAAEA;
}
.AnyTagClassName
{
color: #9AAAEA;
}
</style>
background-color css
<style>
a { background-color: #9AAAEA; }
a { background-color: rgb(154,170,234); }
div.DivClassName
{
background-color: #9AAAEA;
}
.BgClassName
{
background-color: #9AAAEA;
}
</style>
border-color css
<style>
span { border-color: #9AAAEA; }
span { border-color: rgb(154,170,234); }
td.TdClassName
{
border-color: #9AAAEA;
}
.TagClassName
{
border-color: #9AAAEA;
}
</style>