Shades of Perano #9AA7FE
Tints of Perano #9AA7FE
RGB
CMYK
RGB Variations
Color information
#9AA7FE (or 0x9AA7FE) is known color: Perano. HEX triplet: 9A, A7 and FE. RGB value is (154,167,254). Sum of RGB (Red+Green+Blue) = 154+167+254=575 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.78% from 575); Green value is 167 (65.62% from 255 or 29.04% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #9AA7FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AA7FE is #655801. Grayscale: #ACACAC. Windows color (decimal): -6641666 or 16689050. OLE color: 16689050.
HSL color Cylindrical-coordinate representation of color #9AA7FE: hue angle of 232.2º 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 #9AA7FE is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 167 | 254 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.00 |
| HSL | 232.2º | 0.98% | 0.8% | - |
| HSV(B) | 232.2º | 0.39% | 1% | - |
| XYZ | 45.03 | 41.66 | 99.43 | - |
| YUV | 173.03 | 173.69 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 167 | 254 | 0.39 | 0.34 | 0 | 0.00 | 232.2 | 0.98 | 0.8 |
| Hex | 9A | A7 | FE | 27 | 22 | 0 | 0 | E8 | 62 | 50 |
| Octal | 232 | 247 | 376 | 47 | 42 | 0 | 0 | 350 | 142 | 120 |
| Binary | 10011010 | 10100111 | 11111110 | 100111 | 100010 | 0 | 0 | 11101000 | 1100010 | 1010000 |
Color Harmonies of #9AA7FE
Complementary color
Monochromatic Colors of #9AA7FE
Black with #9AA7FE
Text Example
Text Example
White with #9AA7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA7FE; }
p { color: rgb(154,167,254); }
H1.HeaderClassName
{
color: #9AA7FE;
}
.AnyTagClassName
{
color: #9AA7FE;
}
</style>
background-color css
<style>
a { background-color: #9AA7FE; }
a { background-color: rgb(154,167,254); }
div.DivClassName
{
background-color: #9AA7FE;
}
.BgClassName
{
background-color: #9AA7FE;
}
</style>
border-color css
<style>
span { border-color: #9AA7FE; }
span { border-color: rgb(154,167,254); }
td.TdClassName
{
border-color: #9AA7FE;
}
.TagClassName
{
border-color: #9AA7FE;
}
</style>