Shades of Perano #9BACEA
Tints of Perano #9BACEA
RGB
CMYK
RGB Variations
Color information
#9BACEA (or 0x9BACEA) is known color: Perano. HEX triplet: 9B, AC and EA. RGB value is (155,172,234). Sum of RGB (Red+Green+Blue) = 155+172+234=561 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.63% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BACEA is #645315. Grayscale: #ADADAD. Windows color (decimal): -6574870 or 15379611. OLE color: 15379611.
HSL color Cylindrical-coordinate representation of color #9BACEA: hue angle of 227.09º degrees, saturation: 0.65, 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 #9BACEA is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 172 | 234 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.08 |
| HSL | 227.09º | 0.65% | 0.76% | - |
| HSV(B) | 227.09º | 0.34% | 0.92% | - |
| XYZ | 43.12 | 42.41 | 83.76 | - |
| YUV | 173.99 | 161.87 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 234 | 0.34 | 0.26 | 0 | 0.08 | 227.09 | 0.65 | 0.76 |
| Hex | 9B | AC | EA | 22 | 1A | 0 | 8 | E3 | 41 | 4C |
| Octal | 233 | 254 | 352 | 42 | 32 | 0 | 10 | 343 | 101 | 114 |
| Binary | 10011011 | 10101100 | 11101010 | 100010 | 11010 | 0 | 1000 | 11100011 | 1000001 | 1001100 |
Color Harmonies of #9BACEA
Complementary color
Monochromatic Colors of #9BACEA
Black with #9BACEA
Text Example
Text Example
White with #9BACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BACEA; }
p { color: rgb(155,172,234); }
H1.HeaderClassName
{
color: #9BACEA;
}
.AnyTagClassName
{
color: #9BACEA;
}
</style>
background-color css
<style>
a { background-color: #9BACEA; }
a { background-color: rgb(155,172,234); }
div.DivClassName
{
background-color: #9BACEA;
}
.BgClassName
{
background-color: #9BACEA;
}
</style>
border-color css
<style>
span { border-color: #9BACEA; }
span { border-color: rgb(155,172,234); }
td.TdClassName
{
border-color: #9BACEA;
}
.TagClassName
{
border-color: #9BACEA;
}
</style>