Shades of Perano #9BA7E7
Tints of Perano #9BA7E7
RGB
CMYK
RGB Variations
Color information
#9BA7E7 (or 0x9BA7E7) is known color: Perano. HEX triplet: 9B, A7 and E7. RGB value is (155,167,231). Sum of RGB (Red+Green+Blue) = 155+167+231=553 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.03% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 231 - color contains mainly: blue. Hex color #9BA7E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA7E7 is #645818. Grayscale: #AAAAAA. Windows color (decimal): -6576153 or 15181723. OLE color: 15181723.
HSL color Cylindrical-coordinate representation of color #9BA7E7: hue angle of 230.53º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BA7E7 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 167 | 231 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.09 |
| HSL | 230.53º | 0.61% | 0.76% | - |
| HSV(B) | 230.53º | 0.33% | 0.91% | - |
| XYZ | 41.76 | 40.38 | 81.19 | - |
| YUV | 170.71 | 162.02 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 231 | 0.33 | 0.28 | 0 | 0.09 | 230.53 | 0.61 | 0.76 |
| Hex | 9B | A7 | E7 | 21 | 1C | 0 | 9 | E7 | 3D | 4C |
| Octal | 233 | 247 | 347 | 41 | 34 | 0 | 11 | 347 | 75 | 114 |
| Binary | 10011011 | 10100111 | 11100111 | 100001 | 11100 | 0 | 1001 | 11100111 | 111101 | 1001100 |
Color Harmonies of #9BA7E7
Complementary color
Monochromatic Colors of #9BA7E7
Black with #9BA7E7
Text Example
Text Example
White with #9BA7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA7E7; }
p { color: rgb(155,167,231); }
H1.HeaderClassName
{
color: #9BA7E7;
}
.AnyTagClassName
{
color: #9BA7E7;
}
</style>
background-color css
<style>
a { background-color: #9BA7E7; }
a { background-color: rgb(155,167,231); }
div.DivClassName
{
background-color: #9BA7E7;
}
.BgClassName
{
background-color: #9BA7E7;
}
</style>
border-color css
<style>
span { border-color: #9BA7E7; }
span { border-color: rgb(155,167,231); }
td.TdClassName
{
border-color: #9BA7E7;
}
.TagClassName
{
border-color: #9BA7E7;
}
</style>