Shades of Perano #95A8FF
Tints of Perano #95A8FF
RGB
CMYK
RGB Variations
Color information
#95A8FF (or 0x95A8FF) is known color: Perano. HEX triplet: 95, A8 and FF. RGB value is (149,168,255). Sum of RGB (Red+Green+Blue) = 149+168+255=572 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.05% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #95A8FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A8FF is #6A5700. Grayscale: #ABABAB. Windows color (decimal): -6969089 or 16754837. OLE color: 16754837.
HSL color Cylindrical-coordinate representation of color #95A8FF: hue angle of 229.25º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95A8FF is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 168 | 255 | - |
| CMYK | 0.42 | 0.34 | 0 | 0 |
| HSL | 229.25º | 1% | 0.79% | - |
| HSV(B) | 229.25º | 0.42% | 1% | - |
| XYZ | 44.45 | 41.61 | 100.3 | - |
| YUV | 172.24 | 174.71 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 168 | 255 | 0.42 | 0.34 | 0 | 0 | 229.25 | 1 | 0.79 |
| Hex | 95 | A8 | FF | 2A | 22 | 0 | 0 | E5 | 64 | 4F |
| Octal | 225 | 250 | 377 | 52 | 42 | 0 | 0 | 345 | 144 | 117 |
| Binary | 10010101 | 10101000 | 11111111 | 101010 | 100010 | 0 | 0 | 11100101 | 1100100 | 1001111 |
Color Harmonies of #95A8FF
Complementary color
Monochromatic Colors of #95A8FF
Black with #95A8FF
Text Example
Text Example
White with #95A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A8FF; }
p { color: rgb(149,168,255); }
H1.HeaderClassName
{
color: #95A8FF;
}
.AnyTagClassName
{
color: #95A8FF;
}
</style>
background-color css
<style>
a { background-color: #95A8FF; }
a { background-color: rgb(149,168,255); }
div.DivClassName
{
background-color: #95A8FF;
}
.BgClassName
{
background-color: #95A8FF;
}
</style>
border-color css
<style>
span { border-color: #95A8FF; }
span { border-color: rgb(149,168,255); }
td.TdClassName
{
border-color: #95A8FF;
}
.TagClassName
{
border-color: #95A8FF;
}
</style>