Shades of Perano #95A9EC
Tints of Perano #95A9EC
RGB
CMYK
RGB Variations
Color information
#95A9EC (or 0x95A9EC) is known color: Perano. HEX triplet: 95, A9 and EC. RGB value is (149,169,236). Sum of RGB (Red+Green+Blue) = 149+169+236=554 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.90% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #95A9EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A9EC is #6A5613. Grayscale: #AAAAAA. Windows color (decimal): -6968852 or 15509909. OLE color: 15509909.
HSL color Cylindrical-coordinate representation of color #95A9EC: hue angle of 226.21º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95A9EC is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 169 | 236 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.07 |
| HSL | 226.21º | 0.7% | 0.75% | - |
| HSV(B) | 226.21º | 0.37% | 0.93% | - |
| XYZ | 41.72 | 40.82 | 85.04 | - |
| YUV | 170.66 | 164.87 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 169 | 236 | 0.37 | 0.28 | 0 | 0.07 | 226.21 | 0.7 | 0.75 |
| Hex | 95 | A9 | EC | 25 | 1C | 0 | 7 | E2 | 46 | 4B |
| Octal | 225 | 251 | 354 | 45 | 34 | 0 | 7 | 342 | 106 | 113 |
| Binary | 10010101 | 10101001 | 11101100 | 100101 | 11100 | 0 | 111 | 11100010 | 1000110 | 1001011 |
Color Harmonies of #95A9EC
Complementary color
Monochromatic Colors of #95A9EC
Black with #95A9EC
Text Example
Text Example
White with #95A9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A9EC; }
p { color: rgb(149,169,236); }
H1.HeaderClassName
{
color: #95A9EC;
}
.AnyTagClassName
{
color: #95A9EC;
}
</style>
background-color css
<style>
a { background-color: #95A9EC; }
a { background-color: rgb(149,169,236); }
div.DivClassName
{
background-color: #95A9EC;
}
.BgClassName
{
background-color: #95A9EC;
}
</style>
border-color css
<style>
span { border-color: #95A9EC; }
span { border-color: rgb(149,169,236); }
td.TdClassName
{
border-color: #95A9EC;
}
.TagClassName
{
border-color: #95A9EC;
}
</style>