Shades of Perano #9BA7FA
Tints of Perano #9BA7FA
RGB
CMYK
RGB Variations
Color information
#9BA7FA (or 0x9BA7FA) is known color: Perano. HEX triplet: 9B, A7 and FA. RGB value is (155,167,250). Sum of RGB (Red+Green+Blue) = 155+167+250=572 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.10% from 572); Green value is 167 (65.62% from 255 or 29.20% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BA7FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA7FA is #645805. Grayscale: #ACACAC. Windows color (decimal): -6576134 or 16426907. OLE color: 16426907.
HSL color Cylindrical-coordinate representation of color #9BA7FA: hue angle of 232.42º degrees, saturation: 0.9, 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 #9BA7FA is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 167 | 250 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.02 |
| HSL | 232.42º | 0.9% | 0.79% | - |
| HSV(B) | 232.42º | 0.38% | 0.98% | - |
| XYZ | 44.59 | 41.51 | 96.1 | - |
| YUV | 172.87 | 171.52 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 250 | 0.38 | 0.33 | 0 | 0.02 | 232.42 | 0.9 | 0.79 |
| Hex | 9B | A7 | FA | 26 | 21 | 0 | 2 | E8 | 5A | 4F |
| Octal | 233 | 247 | 372 | 46 | 41 | 0 | 2 | 350 | 132 | 117 |
| Binary | 10011011 | 10100111 | 11111010 | 100110 | 100001 | 0 | 10 | 11101000 | 1011010 | 1001111 |
Color Harmonies of #9BA7FA
Complementary color
Monochromatic Colors of #9BA7FA
Black with #9BA7FA
Text Example
Text Example
White with #9BA7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA7FA; }
p { color: rgb(155,167,250); }
H1.HeaderClassName
{
color: #9BA7FA;
}
.AnyTagClassName
{
color: #9BA7FA;
}
</style>
background-color css
<style>
a { background-color: #9BA7FA; }
a { background-color: rgb(155,167,250); }
div.DivClassName
{
background-color: #9BA7FA;
}
.BgClassName
{
background-color: #9BA7FA;
}
</style>
border-color css
<style>
span { border-color: #9BA7FA; }
span { border-color: rgb(155,167,250); }
td.TdClassName
{
border-color: #9BA7FA;
}
.TagClassName
{
border-color: #9BA7FA;
}
</style>