Shades of Perano #9AA6FE
Tints of Perano #9AA6FE
RGB
CMYK
RGB Variations
Color information
#9AA6FE (or 0x9AA6FE) is known color: Perano. HEX triplet: 9A, A6 and FE. RGB value is (154,166,254). Sum of RGB (Red+Green+Blue) = 154+166+254=574 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.83% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #9AA6FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AA6FE is #655901. Grayscale: #ACACAC. Windows color (decimal): -6641922 or 16688794. OLE color: 16688794.
HSL color Cylindrical-coordinate representation of color #9AA6FE: hue angle of 232.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AA6FE is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 166 | 254 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.00 |
| HSL | 232.8º | 0.98% | 0.8% | - |
| HSV(B) | 232.8º | 0.39% | 1% | - |
| XYZ | 44.85 | 41.3 | 99.37 | - |
| YUV | 172.44 | 174.02 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 166 | 254 | 0.39 | 0.35 | 0 | 0.00 | 232.8 | 0.98 | 0.8 |
| Hex | 9A | A6 | FE | 27 | 23 | 0 | 0 | E9 | 62 | 50 |
| Octal | 232 | 246 | 376 | 47 | 43 | 0 | 0 | 351 | 142 | 120 |
| Binary | 10011010 | 10100110 | 11111110 | 100111 | 100011 | 0 | 0 | 11101001 | 1100010 | 1010000 |
Color Harmonies of #9AA6FE
Complementary color
Monochromatic Colors of #9AA6FE
Black with #9AA6FE
Text Example
Text Example
White with #9AA6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA6FE; }
p { color: rgb(154,166,254); }
H1.HeaderClassName
{
color: #9AA6FE;
}
.AnyTagClassName
{
color: #9AA6FE;
}
</style>
background-color css
<style>
a { background-color: #9AA6FE; }
a { background-color: rgb(154,166,254); }
div.DivClassName
{
background-color: #9AA6FE;
}
.BgClassName
{
background-color: #9AA6FE;
}
</style>
border-color css
<style>
span { border-color: #9AA6FE; }
span { border-color: rgb(154,166,254); }
td.TdClassName
{
border-color: #9AA6FE;
}
.TagClassName
{
border-color: #9AA6FE;
}
</style>