Shades of Perano #9AA9EC
Tints of Perano #9AA9EC
RGB
CMYK
RGB Variations
Color information
#9AA9EC (or 0x9AA9EC) is known color: Perano. HEX triplet: 9A, A9 and EC. RGB value is (154,169,236). Sum of RGB (Red+Green+Blue) = 154+169+236=559 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.55% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #9AA9EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AA9EC is #655613. Grayscale: #ABABAB. Windows color (decimal): -6641172 or 15509914. OLE color: 15509914.
HSL color Cylindrical-coordinate representation of color #9AA9EC: hue angle of 229.02º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AA9EC is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 169 | 236 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.07 |
| HSL | 229.02º | 0.68% | 0.76% | - |
| HSV(B) | 229.02º | 0.35% | 0.93% | - |
| XYZ | 42.65 | 41.3 | 85.08 | - |
| YUV | 172.15 | 164.03 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 169 | 236 | 0.35 | 0.28 | 0 | 0.07 | 229.02 | 0.68 | 0.76 |
| Hex | 9A | A9 | EC | 23 | 1C | 0 | 7 | E5 | 44 | 4C |
| Octal | 232 | 251 | 354 | 43 | 34 | 0 | 7 | 345 | 104 | 114 |
| Binary | 10011010 | 10101001 | 11101100 | 100011 | 11100 | 0 | 111 | 11100101 | 1000100 | 1001100 |
Color Harmonies of #9AA9EC
Complementary color
Monochromatic Colors of #9AA9EC
Black with #9AA9EC
Text Example
Text Example
White with #9AA9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA9EC; }
p { color: rgb(154,169,236); }
H1.HeaderClassName
{
color: #9AA9EC;
}
.AnyTagClassName
{
color: #9AA9EC;
}
</style>
background-color css
<style>
a { background-color: #9AA9EC; }
a { background-color: rgb(154,169,236); }
div.DivClassName
{
background-color: #9AA9EC;
}
.BgClassName
{
background-color: #9AA9EC;
}
</style>
border-color css
<style>
span { border-color: #9AA9EC; }
span { border-color: rgb(154,169,236); }
td.TdClassName
{
border-color: #9AA9EC;
}
.TagClassName
{
border-color: #9AA9EC;
}
</style>