Shades of Perano #9AB4FF
Tints of Perano #9AB4FF
RGB
CMYK
RGB Variations
Color information
#9AB4FF (or 0x9AB4FF) is known color: Perano. HEX triplet: 9A, B4 and FF. RGB value is (154,180,255). Sum of RGB (Red+Green+Blue) = 154+180+255=589 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.15% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AB4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB4FF is #654B00. Grayscale: #B4B4B4. Windows color (decimal): -6638337 or 16757914. OLE color: 16757914.
HSL color Cylindrical-coordinate representation of color #9AB4FF: hue angle of 224.55º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AB4FF is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 180 | 255 | - |
| CMYK | 0.40 | 0.29 | 0 | 0 |
| HSL | 224.55º | 1% | 0.8% | - |
| HSV(B) | 224.55º | 0.4% | 1% | - |
| XYZ | 47.7 | 46.73 | 101.11 | - |
| YUV | 180.78 | 169.89 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 180 | 255 | 0.40 | 0.29 | 0 | 0 | 224.55 | 1 | 0.8 |
| Hex | 9A | B4 | FF | 28 | 1D | 0 | 0 | E1 | 64 | 50 |
| Octal | 232 | 264 | 377 | 50 | 35 | 0 | 0 | 341 | 144 | 120 |
| Binary | 10011010 | 10110100 | 11111111 | 101000 | 11101 | 0 | 0 | 11100001 | 1100100 | 1010000 |
Color Harmonies of #9AB4FF
Complementary color
Monochromatic Colors of #9AB4FF
Black with #9AB4FF
Text Example
Text Example
White with #9AB4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB4FF; }
p { color: rgb(154,180,255); }
H1.HeaderClassName
{
color: #9AB4FF;
}
.AnyTagClassName
{
color: #9AB4FF;
}
</style>
background-color css
<style>
a { background-color: #9AB4FF; }
a { background-color: rgb(154,180,255); }
div.DivClassName
{
background-color: #9AB4FF;
}
.BgClassName
{
background-color: #9AB4FF;
}
</style>
border-color css
<style>
span { border-color: #9AB4FF; }
span { border-color: rgb(154,180,255); }
td.TdClassName
{
border-color: #9AB4FF;
}
.TagClassName
{
border-color: #9AB4FF;
}
</style>