Shades of Perano #9BA7FF
Tints of Perano #9BA7FF
RGB
CMYK
RGB Variations
Color information
#9BA7FF (or 0x9BA7FF) is known color: Perano. HEX triplet: 9B, A7 and FF. RGB value is (155,167,255). Sum of RGB (Red+Green+Blue) = 155+167+255=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 167 (65.62% from 255 or 28.94% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BA7FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA7FF is #645800. Grayscale: #ADADAD. Windows color (decimal): -6576129 or 16754587. OLE color: 16754587.
HSL color Cylindrical-coordinate representation of color #9BA7FF: hue angle of 232.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BA7FF is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 167 | 255 | - |
| CMYK | 0.39 | 0.35 | 0 | 0 |
| HSL | 232.8º | 1% | 0.8% | - |
| HSV(B) | 232.8º | 0.39% | 1% | - |
| XYZ | 45.39 | 41.83 | 100.29 | - |
| YUV | 173.44 | 174.02 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 255 | 0.39 | 0.35 | 0 | 0 | 232.8 | 1 | 0.8 |
| Hex | 9B | A7 | FF | 27 | 23 | 0 | 0 | E9 | 64 | 50 |
| Octal | 233 | 247 | 377 | 47 | 43 | 0 | 0 | 351 | 144 | 120 |
| Binary | 10011011 | 10100111 | 11111111 | 100111 | 100011 | 0 | 0 | 11101001 | 1100100 | 1010000 |
Color Harmonies of #9BA7FF
Complementary color
Monochromatic Colors of #9BA7FF
Black with #9BA7FF
Text Example
Text Example
White with #9BA7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA7FF; }
p { color: rgb(155,167,255); }
H1.HeaderClassName
{
color: #9BA7FF;
}
.AnyTagClassName
{
color: #9BA7FF;
}
</style>
background-color css
<style>
a { background-color: #9BA7FF; }
a { background-color: rgb(155,167,255); }
div.DivClassName
{
background-color: #9BA7FF;
}
.BgClassName
{
background-color: #9BA7FF;
}
</style>
border-color css
<style>
span { border-color: #9BA7FF; }
span { border-color: rgb(155,167,255); }
td.TdClassName
{
border-color: #9BA7FF;
}
.TagClassName
{
border-color: #9BA7FF;
}
</style>