Shades of Perano #9AB7E9
Tints of Perano #9AB7E9
RGB
CMYK
RGB Variations
Color information
#9AB7E9 (or 0x9AB7E9) is known color: Perano. HEX triplet: 9A, B7 and E9. RGB value is (154,183,233). Sum of RGB (Red+Green+Blue) = 154+183+233=570 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.02% from 570); Green value is 183 (71.88% from 255 or 32.11% from 570); Blue value is 233 (91.41% from 255 or 40.88% from 570); Max value from RGB is 233 - color contains mainly: blue. Hex color #9AB7E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB7E9 is #654816. Grayscale: #B3B3B3. Windows color (decimal): -6637591 or 15316890. OLE color: 15316890.
HSL color Cylindrical-coordinate representation of color #9AB7E9: hue angle of 217.97º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AB7E9 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 183 | 233 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.09 |
| HSL | 217.97º | 0.64% | 0.76% | - |
| HSV(B) | 217.97º | 0.34% | 0.91% | - |
| XYZ | 44.97 | 46.62 | 83.72 | - |
| YUV | 180.03 | 157.89 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 183 | 233 | 0.34 | 0.21 | 0 | 0.09 | 217.97 | 0.64 | 0.76 |
| Hex | 9A | B7 | E9 | 22 | 15 | 0 | 9 | DA | 40 | 4C |
| Octal | 232 | 267 | 351 | 42 | 25 | 0 | 11 | 332 | 100 | 114 |
| Binary | 10011010 | 10110111 | 11101001 | 100010 | 10101 | 0 | 1001 | 11011010 | 1000000 | 1001100 |
Color Harmonies of #9AB7E9
Complementary color
Monochromatic Colors of #9AB7E9
Black with #9AB7E9
Text Example
Text Example
White with #9AB7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB7E9; }
p { color: rgb(154,183,233); }
H1.HeaderClassName
{
color: #9AB7E9;
}
.AnyTagClassName
{
color: #9AB7E9;
}
</style>
background-color css
<style>
a { background-color: #9AB7E9; }
a { background-color: rgb(154,183,233); }
div.DivClassName
{
background-color: #9AB7E9;
}
.BgClassName
{
background-color: #9AB7E9;
}
</style>
border-color css
<style>
span { border-color: #9AB7E9; }
span { border-color: rgb(154,183,233); }
td.TdClassName
{
border-color: #9AB7E9;
}
.TagClassName
{
border-color: #9AB7E9;
}
</style>