Shades of Perano #9BB0FD
Tints of Perano #9BB0FD
RGB
CMYK
RGB Variations
Color information
#9BB0FD (or 0x9BB0FD) is known color: Perano. HEX triplet: 9B, B0 and FD. RGB value is (155,176,253). Sum of RGB (Red+Green+Blue) = 155+176+253=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BB0FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BB0FD is #644F02. Grayscale: #B2B2B2. Windows color (decimal): -6573827 or 16625819. OLE color: 16625819.
HSL color Cylindrical-coordinate representation of color #9BB0FD: hue angle of 227.14º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BB0FD is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 176 | 253 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.01 |
| HSL | 227.14º | 0.96% | 0.8% | - |
| HSV(B) | 227.14º | 0.39% | 0.99% | - |
| XYZ | 46.77 | 45.11 | 99.17 | - |
| YUV | 178.5 | 170.04 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 176 | 253 | 0.39 | 0.30 | 0 | 0.01 | 227.14 | 0.96 | 0.8 |
| Hex | 9B | B0 | FD | 27 | 1E | 0 | 1 | E3 | 60 | 50 |
| Octal | 233 | 260 | 375 | 47 | 36 | 0 | 1 | 343 | 140 | 120 |
| Binary | 10011011 | 10110000 | 11111101 | 100111 | 11110 | 0 | 1 | 11100011 | 1100000 | 1010000 |
Color Harmonies of #9BB0FD
Complementary color
Monochromatic Colors of #9BB0FD
Black with #9BB0FD
Text Example
Text Example
White with #9BB0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB0FD; }
p { color: rgb(155,176,253); }
H1.HeaderClassName
{
color: #9BB0FD;
}
.AnyTagClassName
{
color: #9BB0FD;
}
</style>
background-color css
<style>
a { background-color: #9BB0FD; }
a { background-color: rgb(155,176,253); }
div.DivClassName
{
background-color: #9BB0FD;
}
.BgClassName
{
background-color: #9BB0FD;
}
</style>
border-color css
<style>
span { border-color: #9BB0FD; }
span { border-color: rgb(155,176,253); }
td.TdClassName
{
border-color: #9BB0FD;
}
.TagClassName
{
border-color: #9BB0FD;
}
</style>