Shades of Perano #9BA4F8
Tints of Perano #9BA4F8
RGB
CMYK
RGB Variations
Color information
#9BA4F8 (or 0x9BA4F8) is known color: Perano. HEX triplet: 9B, A4 and F8. RGB value is (155,164,248). Sum of RGB (Red+Green+Blue) = 155+164+248=567 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.34% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 248 (97.27% from 255 or 43.74% from 567); Max value from RGB is 248 - color contains mainly: blue. Hex color #9BA4F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA4F8 is #645B07. Grayscale: #AAAAAA. Windows color (decimal): -6576904 or 16295067. OLE color: 16295067.
HSL color Cylindrical-coordinate representation of color #9BA4F8: hue angle of 234.19º 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 #9BA4F8 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 164 | 248 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.03 |
| HSL | 234.19º | 0.87% | 0.79% | - |
| HSV(B) | 234.19º | 0.38% | 0.97% | - |
| XYZ | 43.74 | 40.3 | 94.28 | - |
| YUV | 170.89 | 171.52 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 164 | 248 | 0.38 | 0.34 | 0 | 0.03 | 234.19 | 0.87 | 0.79 |
| Hex | 9B | A4 | F8 | 26 | 22 | 0 | 3 | EA | 57 | 4F |
| Octal | 233 | 244 | 370 | 46 | 42 | 0 | 3 | 352 | 127 | 117 |
| Binary | 10011011 | 10100100 | 11111000 | 100110 | 100010 | 0 | 11 | 11101010 | 1010111 | 1001111 |
Color Harmonies of #9BA4F8
Complementary color
Monochromatic Colors of #9BA4F8
Black with #9BA4F8
Text Example
Text Example
White with #9BA4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA4F8; }
p { color: rgb(155,164,248); }
H1.HeaderClassName
{
color: #9BA4F8;
}
.AnyTagClassName
{
color: #9BA4F8;
}
</style>
background-color css
<style>
a { background-color: #9BA4F8; }
a { background-color: rgb(155,164,248); }
div.DivClassName
{
background-color: #9BA4F8;
}
.BgClassName
{
background-color: #9BA4F8;
}
</style>
border-color css
<style>
span { border-color: #9BA4F8; }
span { border-color: rgb(155,164,248); }
td.TdClassName
{
border-color: #9BA4F8;
}
.TagClassName
{
border-color: #9BA4F8;
}
</style>