Shades of Perano #95A5FA
Tints of Perano #95A5FA
RGB
CMYK
RGB Variations
Color information
#95A5FA (or 0x95A5FA) is known color: Perano. HEX triplet: 95, A5 and FA. RGB value is (149,165,250). Sum of RGB (Red+Green+Blue) = 149+165+250=564 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.42% from 564); Green value is 165 (64.84% from 255 or 29.26% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #95A5FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A5FA is #6A5A05. Grayscale: #A9A9A9. Windows color (decimal): -6969862 or 16426389. OLE color: 16426389.
HSL color Cylindrical-coordinate representation of color #95A5FA: hue angle of 230.5º 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 #95A5FA is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 165 | 250 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.02 |
| HSL | 230.5º | 0.91% | 0.78% | - |
| HSV(B) | 230.5º | 0.4% | 0.98% | - |
| XYZ | 43.1 | 40.2 | 95.93 | - |
| YUV | 169.91 | 173.2 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 165 | 250 | 0.40 | 0.34 | 0 | 0.02 | 230.5 | 0.91 | 0.78 |
| Hex | 95 | A5 | FA | 28 | 22 | 0 | 2 | E6 | 5B | 4E |
| Octal | 225 | 245 | 372 | 50 | 42 | 0 | 2 | 346 | 133 | 116 |
| Binary | 10010101 | 10100101 | 11111010 | 101000 | 100010 | 0 | 10 | 11100110 | 1011011 | 1001110 |
Color Harmonies of #95A5FA
Complementary color
Monochromatic Colors of #95A5FA
Black with #95A5FA
Text Example
Text Example
White with #95A5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A5FA; }
p { color: rgb(149,165,250); }
H1.HeaderClassName
{
color: #95A5FA;
}
.AnyTagClassName
{
color: #95A5FA;
}
</style>
background-color css
<style>
a { background-color: #95A5FA; }
a { background-color: rgb(149,165,250); }
div.DivClassName
{
background-color: #95A5FA;
}
.BgClassName
{
background-color: #95A5FA;
}
</style>
border-color css
<style>
span { border-color: #95A5FA; }
span { border-color: rgb(149,165,250); }
td.TdClassName
{
border-color: #95A5FA;
}
.TagClassName
{
border-color: #95A5FA;
}
</style>