Shades of Perano #9BA3F8
Tints of Perano #9BA3F8
RGB
CMYK
RGB Variations
Color information
#9BA3F8 (or 0x9BA3F8) is known color: Perano. HEX triplet: 9B, A3 and F8. RGB value is (155,163,248). Sum of RGB (Red+Green+Blue) = 155+163+248=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 163 (64.06% from 255 or 28.80% from 566); Blue value is 248 (97.27% from 255 or 43.82% from 566); Max value from RGB is 248 - color contains mainly: blue. Hex color #9BA3F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA3F8 is #645C07. Grayscale: #A9A9A9. Windows color (decimal): -6577160 or 16294811. OLE color: 16294811.
HSL color Cylindrical-coordinate representation of color #9BA3F8: hue angle of 234.84º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BA3F8 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 163 | 248 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.03 |
| HSL | 234.84º | 0.87% | 0.79% | - |
| HSV(B) | 234.84º | 0.38% | 0.97% | - |
| XYZ | 43.56 | 39.94 | 94.22 | - |
| YUV | 170.3 | 171.85 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 248 | 0.38 | 0.34 | 0 | 0.03 | 234.84 | 0.87 | 0.79 |
| Hex | 9B | A3 | F8 | 26 | 22 | 0 | 3 | EB | 57 | 4F |
| Octal | 233 | 243 | 370 | 46 | 42 | 0 | 3 | 353 | 127 | 117 |
| Binary | 10011011 | 10100011 | 11111000 | 100110 | 100010 | 0 | 11 | 11101011 | 1010111 | 1001111 |
Color Harmonies of #9BA3F8
Complementary color
Monochromatic Colors of #9BA3F8
Black with #9BA3F8
Text Example
Text Example
White with #9BA3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA3F8; }
p { color: rgb(155,163,248); }
H1.HeaderClassName
{
color: #9BA3F8;
}
.AnyTagClassName
{
color: #9BA3F8;
}
</style>
background-color css
<style>
a { background-color: #9BA3F8; }
a { background-color: rgb(155,163,248); }
div.DivClassName
{
background-color: #9BA3F8;
}
.BgClassName
{
background-color: #9BA3F8;
}
</style>
border-color css
<style>
span { border-color: #9BA3F8; }
span { border-color: rgb(155,163,248); }
td.TdClassName
{
border-color: #9BA3F8;
}
.TagClassName
{
border-color: #9BA3F8;
}
</style>