Shades of Perano #9BA4FE
Tints of Perano #9BA4FE
RGB
CMYK
RGB Variations
Color information
#9BA4FE (or 0x9BA4FE) is known color: Perano. HEX triplet: 9B, A4 and FE. RGB value is (155,164,254). Sum of RGB (Red+Green+Blue) = 155+164+254=573 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.05% from 573); Green value is 164 (64.45% from 255 or 28.62% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BA4FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA4FE is #645B01. Grayscale: #ABABAB. Windows color (decimal): -6576898 or 16688283. OLE color: 16688283.
HSL color Cylindrical-coordinate representation of color #9BA4FE: hue angle of 234.55º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BA4FE is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 164 | 254 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.00 |
| HSL | 234.55º | 0.98% | 0.8% | - |
| HSV(B) | 234.55º | 0.39% | 1% | - |
| XYZ | 44.68 | 40.68 | 99.26 | - |
| YUV | 171.57 | 174.52 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 164 | 254 | 0.39 | 0.35 | 0 | 0.00 | 234.55 | 0.98 | 0.8 |
| Hex | 9B | A4 | FE | 27 | 23 | 0 | 0 | EB | 62 | 50 |
| Octal | 233 | 244 | 376 | 47 | 43 | 0 | 0 | 353 | 142 | 120 |
| Binary | 10011011 | 10100100 | 11111110 | 100111 | 100011 | 0 | 0 | 11101011 | 1100010 | 1010000 |
Color Harmonies of #9BA4FE
Complementary color
Monochromatic Colors of #9BA4FE
Black with #9BA4FE
Text Example
Text Example
White with #9BA4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA4FE; }
p { color: rgb(155,164,254); }
H1.HeaderClassName
{
color: #9BA4FE;
}
.AnyTagClassName
{
color: #9BA4FE;
}
</style>
background-color css
<style>
a { background-color: #9BA4FE; }
a { background-color: rgb(155,164,254); }
div.DivClassName
{
background-color: #9BA4FE;
}
.BgClassName
{
background-color: #9BA4FE;
}
</style>
border-color css
<style>
span { border-color: #9BA4FE; }
span { border-color: rgb(155,164,254); }
td.TdClassName
{
border-color: #9BA4FE;
}
.TagClassName
{
border-color: #9BA4FE;
}
</style>