Shades of Perano #9BA5FC
Tints of Perano #9BA5FC
RGB
CMYK
RGB Variations
Color information
#9BA5FC (or 0x9BA5FC) is known color: Perano. HEX triplet: 9B, A5 and FC. RGB value is (155,165,252). Sum of RGB (Red+Green+Blue) = 155+165+252=572 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.10% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #9BA5FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA5FC is #645A03. Grayscale: #ABABAB. Windows color (decimal): -6576644 or 16557467. OLE color: 16557467.
HSL color Cylindrical-coordinate representation of color #9BA5FC: hue angle of 233.81º 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 #9BA5FC is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 165 | 252 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.01 |
| HSL | 233.81º | 0.94% | 0.8% | - |
| HSV(B) | 233.81º | 0.38% | 0.99% | - |
| XYZ | 44.54 | 40.91 | 97.64 | - |
| YUV | 171.93 | 173.19 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 252 | 0.38 | 0.35 | 0 | 0.01 | 233.81 | 0.94 | 0.8 |
| Hex | 9B | A5 | FC | 26 | 23 | 0 | 1 | EA | 5E | 50 |
| Octal | 233 | 245 | 374 | 46 | 43 | 0 | 1 | 352 | 136 | 120 |
| Binary | 10011011 | 10100101 | 11111100 | 100110 | 100011 | 0 | 1 | 11101010 | 1011110 | 1010000 |
Color Harmonies of #9BA5FC
Complementary color
Monochromatic Colors of #9BA5FC
Black with #9BA5FC
Text Example
Text Example
White with #9BA5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA5FC; }
p { color: rgb(155,165,252); }
H1.HeaderClassName
{
color: #9BA5FC;
}
.AnyTagClassName
{
color: #9BA5FC;
}
</style>
background-color css
<style>
a { background-color: #9BA5FC; }
a { background-color: rgb(155,165,252); }
div.DivClassName
{
background-color: #9BA5FC;
}
.BgClassName
{
background-color: #9BA5FC;
}
</style>
border-color css
<style>
span { border-color: #9BA5FC; }
span { border-color: rgb(155,165,252); }
td.TdClassName
{
border-color: #9BA5FC;
}
.TagClassName
{
border-color: #9BA5FC;
}
</style>