Shades of Perano #91ACF7
Tints of Perano #91ACF7
RGB
CMYK
RGB Variations
Color information
#91ACF7 (or 0x91ACF7) is known color: Perano. HEX triplet: 91, AC and F7. RGB value is (145,172,247). Sum of RGB (Red+Green+Blue) = 145+172+247=564 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.71% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 247 (96.88% from 255 or 43.79% from 564); Max value from RGB is 247 - color contains mainly: blue. Hex color #91ACF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91ACF7 is #6E5308. Grayscale: #ACACAC. Windows color (decimal): -7230217 or 16231569. OLE color: 16231569.
HSL color Cylindrical-coordinate representation of color #91ACF7: hue angle of 224.12º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91ACF7 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 172 | 247 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.03 |
| HSL | 224.12º | 0.86% | 0.77% | - |
| HSV(B) | 224.12º | 0.41% | 0.97% | - |
| XYZ | 43.22 | 42.24 | 93.87 | - |
| YUV | 172.48 | 170.05 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 172 | 247 | 0.41 | 0.30 | 0 | 0.03 | 224.12 | 0.86 | 0.77 |
| Hex | 91 | AC | F7 | 29 | 1E | 0 | 3 | E0 | 56 | 4D |
| Octal | 221 | 254 | 367 | 51 | 36 | 0 | 3 | 340 | 126 | 115 |
| Binary | 10010001 | 10101100 | 11110111 | 101001 | 11110 | 0 | 11 | 11100000 | 1010110 | 1001101 |
Color Harmonies of #91ACF7
Complementary color
Monochromatic Colors of #91ACF7
Black with #91ACF7
Text Example
Text Example
White with #91ACF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ACF7; }
p { color: rgb(145,172,247); }
H1.HeaderClassName
{
color: #91ACF7;
}
.AnyTagClassName
{
color: #91ACF7;
}
</style>
background-color css
<style>
a { background-color: #91ACF7; }
a { background-color: rgb(145,172,247); }
div.DivClassName
{
background-color: #91ACF7;
}
.BgClassName
{
background-color: #91ACF7;
}
</style>
border-color css
<style>
span { border-color: #91ACF7; }
span { border-color: rgb(145,172,247); }
td.TdClassName
{
border-color: #91ACF7;
}
.TagClassName
{
border-color: #91ACF7;
}
</style>