Shades of Perano #9BA4FC
Tints of Perano #9BA4FC
RGB
CMYK
RGB Variations
Color information
#9BA4FC (or 0x9BA4FC) is known color: Perano. HEX triplet: 9B, A4 and FC. RGB value is (155,164,252). Sum of RGB (Red+Green+Blue) = 155+164+252=571 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.15% from 571); Green value is 164 (64.45% from 255 or 28.72% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #9BA4FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA4FC is #645B03. Grayscale: #AAAAAA. Windows color (decimal): -6576900 or 16557211. OLE color: 16557211.
HSL color Cylindrical-coordinate representation of color #9BA4FC: hue angle of 234.43º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BA4FC is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 164 | 252 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.01 |
| HSL | 234.43º | 0.94% | 0.8% | - |
| HSV(B) | 234.43º | 0.38% | 0.99% | - |
| XYZ | 44.36 | 40.55 | 97.58 | - |
| YUV | 171.34 | 173.52 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 164 | 252 | 0.38 | 0.35 | 0 | 0.01 | 234.43 | 0.94 | 0.8 |
| Hex | 9B | A4 | FC | 26 | 23 | 0 | 1 | EA | 5E | 50 |
| Octal | 233 | 244 | 374 | 46 | 43 | 0 | 1 | 352 | 136 | 120 |
| Binary | 10011011 | 10100100 | 11111100 | 100110 | 100011 | 0 | 1 | 11101010 | 1011110 | 1010000 |
Color Harmonies of #9BA4FC
Complementary color
Monochromatic Colors of #9BA4FC
Black with #9BA4FC
Text Example
Text Example
White with #9BA4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA4FC; }
p { color: rgb(155,164,252); }
H1.HeaderClassName
{
color: #9BA4FC;
}
.AnyTagClassName
{
color: #9BA4FC;
}
</style>
background-color css
<style>
a { background-color: #9BA4FC; }
a { background-color: rgb(155,164,252); }
div.DivClassName
{
background-color: #9BA4FC;
}
.BgClassName
{
background-color: #9BA4FC;
}
</style>
border-color css
<style>
span { border-color: #9BA4FC; }
span { border-color: rgb(155,164,252); }
td.TdClassName
{
border-color: #9BA4FC;
}
.TagClassName
{
border-color: #9BA4FC;
}
</style>