Shades of Perano #9BA5FA
Tints of Perano #9BA5FA
RGB
CMYK
RGB Variations
Color information
#9BA5FA (or 0x9BA5FA) is known color: Perano. HEX triplet: 9B, A5 and FA. RGB value is (155,165,250). Sum of RGB (Red+Green+Blue) = 155+165+250=570 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.19% from 570); Green value is 165 (64.84% from 255 or 28.95% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BA5FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA5FA is #645A05. Grayscale: #ABABAB. Windows color (decimal): -6576646 or 16426395. OLE color: 16426395.
HSL color Cylindrical-coordinate representation of color #9BA5FA: hue angle of 233.68º 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 #9BA5FA is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 165 | 250 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.02 |
| HSL | 233.68º | 0.9% | 0.79% | - |
| HSV(B) | 233.68º | 0.38% | 0.98% | - |
| XYZ | 44.23 | 40.78 | 95.98 | - |
| YUV | 171.7 | 172.19 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 250 | 0.38 | 0.34 | 0 | 0.02 | 233.68 | 0.9 | 0.79 |
| Hex | 9B | A5 | FA | 26 | 22 | 0 | 2 | EA | 5A | 4F |
| Octal | 233 | 245 | 372 | 46 | 42 | 0 | 2 | 352 | 132 | 117 |
| Binary | 10011011 | 10100101 | 11111010 | 100110 | 100010 | 0 | 10 | 11101010 | 1011010 | 1001111 |
Color Harmonies of #9BA5FA
Complementary color
Monochromatic Colors of #9BA5FA
Black with #9BA5FA
Text Example
Text Example
White with #9BA5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA5FA; }
p { color: rgb(155,165,250); }
H1.HeaderClassName
{
color: #9BA5FA;
}
.AnyTagClassName
{
color: #9BA5FA;
}
</style>
background-color css
<style>
a { background-color: #9BA5FA; }
a { background-color: rgb(155,165,250); }
div.DivClassName
{
background-color: #9BA5FA;
}
.BgClassName
{
background-color: #9BA5FA;
}
</style>
border-color css
<style>
span { border-color: #9BA5FA; }
span { border-color: rgb(155,165,250); }
td.TdClassName
{
border-color: #9BA5FA;
}
.TagClassName
{
border-color: #9BA5FA;
}
</style>