Shades of Perano #95A8EF
Tints of Perano #95A8EF
RGB
CMYK
RGB Variations
Color information
#95A8EF (or 0x95A8EF) is known color: Perano. HEX triplet: 95, A8 and EF. RGB value is (149,168,239). Sum of RGB (Red+Green+Blue) = 149+168+239=556 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.80% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #95A8EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A8EF is #6A5710. Grayscale: #AAAAAA. Windows color (decimal): -6969105 or 15706261. OLE color: 15706261.
HSL color Cylindrical-coordinate representation of color #95A8EF: hue angle of 227.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95A8EF is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 168 | 239 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.06 |
| HSL | 227.33º | 0.74% | 0.76% | - |
| HSV(B) | 227.33º | 0.38% | 0.94% | - |
| XYZ | 41.98 | 40.63 | 87.29 | - |
| YUV | 170.41 | 166.71 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 168 | 239 | 0.38 | 0.30 | 0 | 0.06 | 227.33 | 0.74 | 0.76 |
| Hex | 95 | A8 | EF | 26 | 1E | 0 | 6 | E3 | 4A | 4C |
| Octal | 225 | 250 | 357 | 46 | 36 | 0 | 6 | 343 | 112 | 114 |
| Binary | 10010101 | 10101000 | 11101111 | 100110 | 11110 | 0 | 110 | 11100011 | 1001010 | 1001100 |
Color Harmonies of #95A8EF
Complementary color
Monochromatic Colors of #95A8EF
Black with #95A8EF
Text Example
Text Example
White with #95A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A8EF; }
p { color: rgb(149,168,239); }
H1.HeaderClassName
{
color: #95A8EF;
}
.AnyTagClassName
{
color: #95A8EF;
}
</style>
background-color css
<style>
a { background-color: #95A8EF; }
a { background-color: rgb(149,168,239); }
div.DivClassName
{
background-color: #95A8EF;
}
.BgClassName
{
background-color: #95A8EF;
}
</style>
border-color css
<style>
span { border-color: #95A8EF; }
span { border-color: rgb(149,168,239); }
td.TdClassName
{
border-color: #95A8EF;
}
.TagClassName
{
border-color: #95A8EF;
}
</style>