Shades of Perano #9BB8FF
Tints of Perano #9BB8FF
RGB
CMYK
RGB Variations
Color information
#9BB8FF (or 0x9BB8FF) is known color: Perano. HEX triplet: 9B, B8 and FF. RGB value is (155,184,255). Sum of RGB (Red+Green+Blue) = 155+184+255=594 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.09% from 594); Green value is 184 (72.27% from 255 or 30.98% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BB8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB8FF is #644700. Grayscale: #B7B7B7. Windows color (decimal): -6571777 or 16758939. OLE color: 16758939.
HSL color Cylindrical-coordinate representation of color #9BB8FF: hue angle of 222.6º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BB8FF is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 184 | 255 | - |
| CMYK | 0.39 | 0.28 | 0 | 0 |
| HSL | 222.6º | 1% | 0.8% | - |
| HSV(B) | 222.6º | 0.39% | 1% | - |
| XYZ | 48.71 | 48.47 | 101.4 | - |
| YUV | 183.42 | 168.39 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 184 | 255 | 0.39 | 0.28 | 0 | 0 | 222.6 | 1 | 0.8 |
| Hex | 9B | B8 | FF | 27 | 1C | 0 | 0 | DF | 64 | 50 |
| Octal | 233 | 270 | 377 | 47 | 34 | 0 | 0 | 337 | 144 | 120 |
| Binary | 10011011 | 10111000 | 11111111 | 100111 | 11100 | 0 | 0 | 11011111 | 1100100 | 1010000 |
Color Harmonies of #9BB8FF
Complementary color
Monochromatic Colors of #9BB8FF
Black with #9BB8FF
Text Example
Text Example
White with #9BB8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB8FF; }
p { color: rgb(155,184,255); }
H1.HeaderClassName
{
color: #9BB8FF;
}
.AnyTagClassName
{
color: #9BB8FF;
}
</style>
background-color css
<style>
a { background-color: #9BB8FF; }
a { background-color: rgb(155,184,255); }
div.DivClassName
{
background-color: #9BB8FF;
}
.BgClassName
{
background-color: #9BB8FF;
}
</style>
border-color css
<style>
span { border-color: #9BB8FF; }
span { border-color: rgb(155,184,255); }
td.TdClassName
{
border-color: #9BB8FF;
}
.TagClassName
{
border-color: #9BB8FF;
}
</style>