Shades of Perano #91ABFF
Tints of Perano #91ABFF
RGB
CMYK
RGB Variations
Color information
#91ABFF (or 0x91ABFF) is known color: Perano. HEX triplet: 91, AB and FF. RGB value is (145,171,255). Sum of RGB (Red+Green+Blue) = 145+171+255=571 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.39% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #91ABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91ABFF is #6E5400. Grayscale: #ACACAC. Windows color (decimal): -7230465 or 16755601. OLE color: 16755601.
HSL color Cylindrical-coordinate representation of color #91ABFF: hue angle of 225.82º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91ABFF is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 171 | 255 | - |
| CMYK | 0.43 | 0.33 | 0 | 0 |
| HSL | 225.82º | 1% | 0.78% | - |
| HSV(B) | 225.82º | 0.43% | 1% | - |
| XYZ | 44.29 | 42.37 | 100.45 | - |
| YUV | 172.8 | 174.39 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 171 | 255 | 0.43 | 0.33 | 0 | 0 | 225.82 | 1 | 0.78 |
| Hex | 91 | AB | FF | 2B | 21 | 0 | 0 | E2 | 64 | 4E |
| Octal | 221 | 253 | 377 | 53 | 41 | 0 | 0 | 342 | 144 | 116 |
| Binary | 10010001 | 10101011 | 11111111 | 101011 | 100001 | 0 | 0 | 11100010 | 1100100 | 1001110 |
Color Harmonies of #91ABFF
Complementary color
Monochromatic Colors of #91ABFF
Black with #91ABFF
Text Example
Text Example
White with #91ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ABFF; }
p { color: rgb(145,171,255); }
H1.HeaderClassName
{
color: #91ABFF;
}
.AnyTagClassName
{
color: #91ABFF;
}
</style>
background-color css
<style>
a { background-color: #91ABFF; }
a { background-color: rgb(145,171,255); }
div.DivClassName
{
background-color: #91ABFF;
}
.BgClassName
{
background-color: #91ABFF;
}
</style>
border-color css
<style>
span { border-color: #91ABFF; }
span { border-color: rgb(145,171,255); }
td.TdClassName
{
border-color: #91ABFF;
}
.TagClassName
{
border-color: #91ABFF;
}
</style>