Shades of Perano #9BB7F1
Tints of Perano #9BB7F1
RGB
CMYK
RGB Variations
Color information
#9BB7F1 (or 0x9BB7F1) is known color: Perano. HEX triplet: 9B, B7 and F1. RGB value is (155,183,241). Sum of RGB (Red+Green+Blue) = 155+183+241=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 183 (71.88% from 255 or 31.61% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #9BB7F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB7F1 is #64480E. Grayscale: #B4B4B4. Windows color (decimal): -6572047 or 15841179. OLE color: 15841179.
HSL color Cylindrical-coordinate representation of color #9BB7F1: hue angle of 220.47º degrees, saturation: 0.75, 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 #9BB7F1 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 183 | 241 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.05 |
| HSL | 220.47º | 0.75% | 0.78% | - |
| HSV(B) | 220.47º | 0.36% | 0.95% | - |
| XYZ | 46.33 | 47.19 | 89.89 | - |
| YUV | 181.24 | 161.72 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 183 | 241 | 0.36 | 0.24 | 0 | 0.05 | 220.47 | 0.75 | 0.78 |
| Hex | 9B | B7 | F1 | 24 | 18 | 0 | 5 | DC | 4B | 4E |
| Octal | 233 | 267 | 361 | 44 | 30 | 0 | 5 | 334 | 113 | 116 |
| Binary | 10011011 | 10110111 | 11110001 | 100100 | 11000 | 0 | 101 | 11011100 | 1001011 | 1001110 |
Color Harmonies of #9BB7F1
Complementary color
Monochromatic Colors of #9BB7F1
Black with #9BB7F1
Text Example
Text Example
White with #9BB7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB7F1; }
p { color: rgb(155,183,241); }
H1.HeaderClassName
{
color: #9BB7F1;
}
.AnyTagClassName
{
color: #9BB7F1;
}
</style>
background-color css
<style>
a { background-color: #9BB7F1; }
a { background-color: rgb(155,183,241); }
div.DivClassName
{
background-color: #9BB7F1;
}
.BgClassName
{
background-color: #9BB7F1;
}
</style>
border-color css
<style>
span { border-color: #9BB7F1; }
span { border-color: rgb(155,183,241); }
td.TdClassName
{
border-color: #9BB7F1;
}
.TagClassName
{
border-color: #9BB7F1;
}
</style>