Shades of Perano #9BB1FE
Tints of Perano #9BB1FE
RGB
CMYK
RGB Variations
Color information
#9BB1FE (or 0x9BB1FE) is known color: Perano. HEX triplet: 9B, B1 and FE. RGB value is (155,177,254). Sum of RGB (Red+Green+Blue) = 155+177+254=586 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.45% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BB1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BB1FE is #644E01. Grayscale: #B2B2B2. Windows color (decimal): -6573570 or 16691611. OLE color: 16691611.
HSL color Cylindrical-coordinate representation of color #9BB1FE: hue angle of 226.67º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BB1FE is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 177 | 254 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.00 |
| HSL | 226.67º | 0.98% | 0.8% | - |
| HSV(B) | 226.67º | 0.39% | 1% | - |
| XYZ | 47.13 | 45.57 | 100.08 | - |
| YUV | 179.2 | 170.21 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 177 | 254 | 0.39 | 0.30 | 0 | 0.00 | 226.67 | 0.98 | 0.8 |
| Hex | 9B | B1 | FE | 27 | 1E | 0 | 0 | E3 | 62 | 50 |
| Octal | 233 | 261 | 376 | 47 | 36 | 0 | 0 | 343 | 142 | 120 |
| Binary | 10011011 | 10110001 | 11111110 | 100111 | 11110 | 0 | 0 | 11100011 | 1100010 | 1010000 |
Color Harmonies of #9BB1FE
Complementary color
Monochromatic Colors of #9BB1FE
Black with #9BB1FE
Text Example
Text Example
White with #9BB1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB1FE; }
p { color: rgb(155,177,254); }
H1.HeaderClassName
{
color: #9BB1FE;
}
.AnyTagClassName
{
color: #9BB1FE;
}
</style>
background-color css
<style>
a { background-color: #9BB1FE; }
a { background-color: rgb(155,177,254); }
div.DivClassName
{
background-color: #9BB1FE;
}
.BgClassName
{
background-color: #9BB1FE;
}
</style>
border-color css
<style>
span { border-color: #9BB1FE; }
span { border-color: rgb(155,177,254); }
td.TdClassName
{
border-color: #9BB1FE;
}
.TagClassName
{
border-color: #9BB1FE;
}
</style>