Shades of Perano #95A5F8
Tints of Perano #95A5F8
RGB
CMYK
RGB Variations
Color information
#95A5F8 (or 0x95A5F8) is known color: Perano. HEX triplet: 95, A5 and F8. RGB value is (149,165,248). Sum of RGB (Red+Green+Blue) = 149+165+248=562 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.51% from 562); Green value is 165 (64.84% from 255 or 29.36% from 562); Blue value is 248 (97.27% from 255 or 44.13% from 562); Max value from RGB is 248 - color contains mainly: blue. Hex color #95A5F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A5F8 is #6A5A07. Grayscale: #A9A9A9. Windows color (decimal): -6969864 or 16295317. OLE color: 16295317.
HSL color Cylindrical-coordinate representation of color #95A5F8: hue angle of 230.3º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95A5F8 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 149 | 165 | 248 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.03 |
| HSL | 230.3º | 0.88% | 0.78% | - |
| HSV(B) | 230.3º | 0.4% | 0.97% | - |
| XYZ | 42.79 | 40.08 | 94.29 | - |
| YUV | 169.68 | 172.2 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 165 | 248 | 0.40 | 0.33 | 0 | 0.03 | 230.3 | 0.88 | 0.78 |
| Hex | 95 | A5 | F8 | 28 | 21 | 0 | 3 | E6 | 58 | 4E |
| Octal | 225 | 245 | 370 | 50 | 41 | 0 | 3 | 346 | 130 | 116 |
| Binary | 10010101 | 10100101 | 11111000 | 101000 | 100001 | 0 | 11 | 11100110 | 1011000 | 1001110 |
Color Harmonies of #95A5F8
Complementary color
Monochromatic Colors of #95A5F8
Black with #95A5F8
Text Example
Text Example
White with #95A5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A5F8; }
p { color: rgb(149,165,248); }
H1.HeaderClassName
{
color: #95A5F8;
}
.AnyTagClassName
{
color: #95A5F8;
}
</style>
background-color css
<style>
a { background-color: #95A5F8; }
a { background-color: rgb(149,165,248); }
div.DivClassName
{
background-color: #95A5F8;
}
.BgClassName
{
background-color: #95A5F8;
}
</style>
border-color css
<style>
span { border-color: #95A5F8; }
span { border-color: rgb(149,165,248); }
td.TdClassName
{
border-color: #95A5F8;
}
.TagClassName
{
border-color: #95A5F8;
}
</style>