Shades of Perano #9BA9FA
Tints of Perano #9BA9FA
RGB
CMYK
RGB Variations
Color information
#9BA9FA (or 0x9BA9FA) is known color: Perano. HEX triplet: 9B, A9 and FA. RGB value is (155,169,250). Sum of RGB (Red+Green+Blue) = 155+169+250=574 (76% of max value = 765). Red value is 155 (60.94% from 255 or 27.00% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BA9FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA9FA is #645605. Grayscale: #ADADAD. Windows color (decimal): -6575622 or 16427419. OLE color: 16427419.
HSL color Cylindrical-coordinate representation of color #9BA9FA: hue angle of 231.16º 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 #9BA9FA is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 169 | 250 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.02 |
| HSL | 231.16º | 0.9% | 0.79% | - |
| HSV(B) | 231.16º | 0.38% | 0.98% | - |
| XYZ | 44.96 | 42.25 | 96.23 | - |
| YUV | 174.05 | 170.86 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 250 | 0.38 | 0.32 | 0 | 0.02 | 231.16 | 0.9 | 0.79 |
| Hex | 9B | A9 | FA | 26 | 20 | 0 | 2 | E7 | 5A | 4F |
| Octal | 233 | 251 | 372 | 46 | 40 | 0 | 2 | 347 | 132 | 117 |
| Binary | 10011011 | 10101001 | 11111010 | 100110 | 100000 | 0 | 10 | 11100111 | 1011010 | 1001111 |
Color Harmonies of #9BA9FA
Complementary color
Monochromatic Colors of #9BA9FA
Black with #9BA9FA
Text Example
Text Example
White with #9BA9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA9FA; }
p { color: rgb(155,169,250); }
H1.HeaderClassName
{
color: #9BA9FA;
}
.AnyTagClassName
{
color: #9BA9FA;
}
</style>
background-color css
<style>
a { background-color: #9BA9FA; }
a { background-color: rgb(155,169,250); }
div.DivClassName
{
background-color: #9BA9FA;
}
.BgClassName
{
background-color: #9BA9FA;
}
</style>
border-color css
<style>
span { border-color: #9BA9FA; }
span { border-color: rgb(155,169,250); }
td.TdClassName
{
border-color: #9BA9FA;
}
.TagClassName
{
border-color: #9BA9FA;
}
</style>