Shades of Perano #9BA5F9
Tints of Perano #9BA5F9
RGB
CMYK
RGB Variations
Color information
#9BA5F9 (or 0x9BA5F9) is known color: Perano. HEX triplet: 9B, A5 and F9. RGB value is (155,165,249). Sum of RGB (Red+Green+Blue) = 155+165+249=569 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.24% from 569); Green value is 165 (64.84% from 255 or 29.00% from 569); Blue value is 249 (97.66% from 255 or 43.76% from 569); Max value from RGB is 249 - color contains mainly: blue. Hex color #9BA5F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA5F9 is #645A06. Grayscale: #ABABAB. Windows color (decimal): -6576647 or 16360859. OLE color: 16360859.
HSL color Cylindrical-coordinate representation of color #9BA5F9: hue angle of 233.62º degrees, saturation: 0.89, 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 #9BA5F9 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 165 | 249 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.02 |
| HSL | 233.62º | 0.89% | 0.79% | - |
| HSV(B) | 233.62º | 0.38% | 0.98% | - |
| XYZ | 44.07 | 40.72 | 95.16 | - |
| YUV | 171.59 | 171.69 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 249 | 0.38 | 0.34 | 0 | 0.02 | 233.62 | 0.89 | 0.79 |
| Hex | 9B | A5 | F9 | 26 | 22 | 0 | 2 | EA | 59 | 4F |
| Octal | 233 | 245 | 371 | 46 | 42 | 0 | 2 | 352 | 131 | 117 |
| Binary | 10011011 | 10100101 | 11111001 | 100110 | 100010 | 0 | 10 | 11101010 | 1011001 | 1001111 |
Color Harmonies of #9BA5F9
Complementary color
Monochromatic Colors of #9BA5F9
Black with #9BA5F9
Text Example
Text Example
White with #9BA5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA5F9; }
p { color: rgb(155,165,249); }
H1.HeaderClassName
{
color: #9BA5F9;
}
.AnyTagClassName
{
color: #9BA5F9;
}
</style>
background-color css
<style>
a { background-color: #9BA5F9; }
a { background-color: rgb(155,165,249); }
div.DivClassName
{
background-color: #9BA5F9;
}
.BgClassName
{
background-color: #9BA5F9;
}
</style>
border-color css
<style>
span { border-color: #9BA5F9; }
span { border-color: rgb(155,165,249); }
td.TdClassName
{
border-color: #9BA5F9;
}
.TagClassName
{
border-color: #9BA5F9;
}
</style>