Shades of Perano #9BA9F2
Tints of Perano #9BA9F2
RGB
CMYK
RGB Variations
Color information
#9BA9F2 (or 0x9BA9F2) is known color: Perano. HEX triplet: 9B, A9 and F2. RGB value is (155,169,242). Sum of RGB (Red+Green+Blue) = 155+169+242=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #9BA9F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA9F2 is #64560D. Grayscale: #ACACAC. Windows color (decimal): -6575630 or 15903131. OLE color: 15903131.
HSL color Cylindrical-coordinate representation of color #9BA9F2: hue angle of 230.34º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BA9F2 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 169 | 242 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.05 |
| HSL | 230.34º | 0.77% | 0.78% | - |
| HSV(B) | 230.34º | 0.36% | 0.95% | - |
| XYZ | 43.73 | 41.76 | 89.76 | - |
| YUV | 173.14 | 166.86 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 242 | 0.36 | 0.30 | 0 | 0.05 | 230.34 | 0.77 | 0.78 |
| Hex | 9B | A9 | F2 | 24 | 1E | 0 | 5 | E6 | 4D | 4E |
| Octal | 233 | 251 | 362 | 44 | 36 | 0 | 5 | 346 | 115 | 116 |
| Binary | 10011011 | 10101001 | 11110010 | 100100 | 11110 | 0 | 101 | 11100110 | 1001101 | 1001110 |
Color Harmonies of #9BA9F2
Complementary color
Monochromatic Colors of #9BA9F2
Black with #9BA9F2
Text Example
Text Example
White with #9BA9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA9F2; }
p { color: rgb(155,169,242); }
H1.HeaderClassName
{
color: #9BA9F2;
}
.AnyTagClassName
{
color: #9BA9F2;
}
</style>
background-color css
<style>
a { background-color: #9BA9F2; }
a { background-color: rgb(155,169,242); }
div.DivClassName
{
background-color: #9BA9F2;
}
.BgClassName
{
background-color: #9BA9F2;
}
</style>
border-color css
<style>
span { border-color: #9BA9F2; }
span { border-color: rgb(155,169,242); }
td.TdClassName
{
border-color: #9BA9F2;
}
.TagClassName
{
border-color: #9BA9F2;
}
</style>