Shades of Perano #91B4F8
Tints of Perano #91B4F8
RGB
CMYK
RGB Variations
Color information
#91B4F8 (or 0x91B4F8) is known color: Perano. HEX triplet: 91, B4 and F8. RGB value is (145,180,248). Sum of RGB (Red+Green+Blue) = 145+180+248=573 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.31% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 248 (97.27% from 255 or 43.28% from 573); Max value from RGB is 248 - color contains mainly: blue. Hex color #91B4F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91B4F8 is #6E4B07. Grayscale: #B0B0B0. Windows color (decimal): -7228168 or 16299153. OLE color: 16299153.
HSL color Cylindrical-coordinate representation of color #91B4F8: hue angle of 219.61º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91B4F8 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 180 | 248 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.03 |
| HSL | 219.61º | 0.88% | 0.77% | - |
| HSV(B) | 219.61º | 0.42% | 0.97% | - |
| XYZ | 44.94 | 45.44 | 95.21 | - |
| YUV | 177.29 | 167.9 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 180 | 248 | 0.42 | 0.27 | 0 | 0.03 | 219.61 | 0.88 | 0.77 |
| Hex | 91 | B4 | F8 | 2A | 1B | 0 | 3 | DC | 58 | 4D |
| Octal | 221 | 264 | 370 | 52 | 33 | 0 | 3 | 334 | 130 | 115 |
| Binary | 10010001 | 10110100 | 11111000 | 101010 | 11011 | 0 | 11 | 11011100 | 1011000 | 1001101 |
Color Harmonies of #91B4F8
Complementary color
Monochromatic Colors of #91B4F8
Black with #91B4F8
Text Example
Text Example
White with #91B4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B4F8; }
p { color: rgb(145,180,248); }
H1.HeaderClassName
{
color: #91B4F8;
}
.AnyTagClassName
{
color: #91B4F8;
}
</style>
background-color css
<style>
a { background-color: #91B4F8; }
a { background-color: rgb(145,180,248); }
div.DivClassName
{
background-color: #91B4F8;
}
.BgClassName
{
background-color: #91B4F8;
}
</style>
border-color css
<style>
span { border-color: #91B4F8; }
span { border-color: rgb(145,180,248); }
td.TdClassName
{
border-color: #91B4F8;
}
.TagClassName
{
border-color: #91B4F8;
}
</style>