Shades of Perano #9AB9FA
Tints of Perano #9AB9FA
RGB
CMYK
RGB Variations
Color information
#9AB9FA (or 0x9AB9FA) is known color: Perano. HEX triplet: 9A, B9 and FA. RGB value is (154,185,250). Sum of RGB (Red+Green+Blue) = 154+185+250=589 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.15% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #9AB9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB9FA is #654605. Grayscale: #B6B6B6. Windows color (decimal): -6637062 or 16431514. OLE color: 16431514.
HSL color Cylindrical-coordinate representation of color #9AB9FA: hue angle of 220.62º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AB9FA is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 185 | 250 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.02 |
| HSL | 220.63º | 0.91% | 0.79% | - |
| HSV(B) | 220.63º | 0.38% | 0.98% | - |
| XYZ | 47.93 | 48.47 | 97.27 | - |
| YUV | 183.14 | 165.73 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 250 | 0.38 | 0.26 | 0 | 0.02 | 220.63 | 0.91 | 0.79 |
| Hex | 9A | B9 | FA | 26 | 1A | 0 | 2 | DD | 5B | 4F |
| Octal | 232 | 271 | 372 | 46 | 32 | 0 | 2 | 335 | 133 | 117 |
| Binary | 10011010 | 10111001 | 11111010 | 100110 | 11010 | 0 | 10 | 11011101 | 1011011 | 1001111 |
Color Harmonies of #9AB9FA
Complementary color
Monochromatic Colors of #9AB9FA
Black with #9AB9FA
Text Example
Text Example
White with #9AB9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB9FA; }
p { color: rgb(154,185,250); }
H1.HeaderClassName
{
color: #9AB9FA;
}
.AnyTagClassName
{
color: #9AB9FA;
}
</style>
background-color css
<style>
a { background-color: #9AB9FA; }
a { background-color: rgb(154,185,250); }
div.DivClassName
{
background-color: #9AB9FA;
}
.BgClassName
{
background-color: #9AB9FA;
}
</style>
border-color css
<style>
span { border-color: #9AB9FA; }
span { border-color: rgb(154,185,250); }
td.TdClassName
{
border-color: #9AB9FA;
}
.TagClassName
{
border-color: #9AB9FA;
}
</style>