Shades of Perano #9BA8EB
Tints of Perano #9BA8EB
RGB
CMYK
RGB Variations
Color information
#9BA8EB (or 0x9BA8EB) is known color: Perano. HEX triplet: 9B, A8 and EB. RGB value is (155,168,235). Sum of RGB (Red+Green+Blue) = 155+168+235=558 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.78% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BA8EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA8EB is #645714. Grayscale: #ABABAB. Windows color (decimal): -6575893 or 15444123. OLE color: 15444123.
HSL color Cylindrical-coordinate representation of color #9BA8EB: hue angle of 230.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BA8EB is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 168 | 235 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.08 |
| HSL | 230.25º | 0.67% | 0.76% | - |
| HSV(B) | 230.25º | 0.34% | 0.92% | - |
| XYZ | 42.52 | 40.97 | 84.26 | - |
| YUV | 171.75 | 163.69 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 168 | 235 | 0.34 | 0.29 | 0 | 0.08 | 230.25 | 0.67 | 0.76 |
| Hex | 9B | A8 | EB | 22 | 1D | 0 | 8 | E6 | 43 | 4C |
| Octal | 233 | 250 | 353 | 42 | 35 | 0 | 10 | 346 | 103 | 114 |
| Binary | 10011011 | 10101000 | 11101011 | 100010 | 11101 | 0 | 1000 | 11100110 | 1000011 | 1001100 |
Color Harmonies of #9BA8EB
Complementary color
Monochromatic Colors of #9BA8EB
Black with #9BA8EB
Text Example
Text Example
White with #9BA8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA8EB; }
p { color: rgb(155,168,235); }
H1.HeaderClassName
{
color: #9BA8EB;
}
.AnyTagClassName
{
color: #9BA8EB;
}
</style>
background-color css
<style>
a { background-color: #9BA8EB; }
a { background-color: rgb(155,168,235); }
div.DivClassName
{
background-color: #9BA8EB;
}
.BgClassName
{
background-color: #9BA8EB;
}
</style>
border-color css
<style>
span { border-color: #9BA8EB; }
span { border-color: rgb(155,168,235); }
td.TdClassName
{
border-color: #9BA8EB;
}
.TagClassName
{
border-color: #9BA8EB;
}
</style>