Shades of Perano #95A8FA
Tints of Perano #95A8FA
RGB
CMYK
RGB Variations
Color information
#95A8FA (or 0x95A8FA) is known color: Perano. HEX triplet: 95, A8 and FA. RGB value is (149,168,250). Sum of RGB (Red+Green+Blue) = 149+168+250=567 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.28% from 567); Green value is 168 (66.02% from 255 or 29.63% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #95A8FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A8FA is #6A5705. Grayscale: #ABABAB. Windows color (decimal): -6969094 or 16427157. OLE color: 16427157.
HSL color Cylindrical-coordinate representation of color #95A8FA: hue angle of 228.71º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95A8FA is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 168 | 250 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.02 |
| HSL | 228.71º | 0.91% | 0.78% | - |
| HSV(B) | 228.71º | 0.4% | 0.98% | - |
| XYZ | 43.65 | 41.3 | 96.11 | - |
| YUV | 171.67 | 172.21 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 168 | 250 | 0.40 | 0.33 | 0 | 0.02 | 228.71 | 0.91 | 0.78 |
| Hex | 95 | A8 | FA | 28 | 21 | 0 | 2 | E5 | 5B | 4E |
| Octal | 225 | 250 | 372 | 50 | 41 | 0 | 2 | 345 | 133 | 116 |
| Binary | 10010101 | 10101000 | 11111010 | 101000 | 100001 | 0 | 10 | 11100101 | 1011011 | 1001110 |
Color Harmonies of #95A8FA
Complementary color
Monochromatic Colors of #95A8FA
Black with #95A8FA
Text Example
Text Example
White with #95A8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A8FA; }
p { color: rgb(149,168,250); }
H1.HeaderClassName
{
color: #95A8FA;
}
.AnyTagClassName
{
color: #95A8FA;
}
</style>
background-color css
<style>
a { background-color: #95A8FA; }
a { background-color: rgb(149,168,250); }
div.DivClassName
{
background-color: #95A8FA;
}
.BgClassName
{
background-color: #95A8FA;
}
</style>
border-color css
<style>
span { border-color: #95A8FA; }
span { border-color: rgb(149,168,250); }
td.TdClassName
{
border-color: #95A8FA;
}
.TagClassName
{
border-color: #95A8FA;
}
</style>