Shades of Perano #95A3FB
Tints of Perano #95A3FB
RGB
CMYK
RGB Variations
Color information
#95A3FB (or 0x95A3FB) is known color: Perano. HEX triplet: 95, A3 and FB. RGB value is (149,163,251). Sum of RGB (Red+Green+Blue) = 149+163+251=563 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.47% from 563); Green value is 163 (64.06% from 255 or 28.95% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #95A3FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A3FB is #6A5C04. Grayscale: #A8A8A8. Windows color (decimal): -6970373 or 16491413. OLE color: 16491413.
HSL color Cylindrical-coordinate representation of color #95A3FB: hue angle of 231.76º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95A3FB is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 163 | 251 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.02 |
| HSL | 231.76º | 0.93% | 0.78% | - |
| HSV(B) | 231.76º | 0.41% | 0.98% | - |
| XYZ | 42.9 | 39.55 | 96.64 | - |
| YUV | 168.85 | 174.36 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 163 | 251 | 0.41 | 0.35 | 0 | 0.02 | 231.76 | 0.93 | 0.78 |
| Hex | 95 | A3 | FB | 29 | 23 | 0 | 2 | E8 | 5D | 4E |
| Octal | 225 | 243 | 373 | 51 | 43 | 0 | 2 | 350 | 135 | 116 |
| Binary | 10010101 | 10100011 | 11111011 | 101001 | 100011 | 0 | 10 | 11101000 | 1011101 | 1001110 |
Color Harmonies of #95A3FB
Complementary color
Monochromatic Colors of #95A3FB
Black with #95A3FB
Text Example
Text Example
White with #95A3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A3FB; }
p { color: rgb(149,163,251); }
H1.HeaderClassName
{
color: #95A3FB;
}
.AnyTagClassName
{
color: #95A3FB;
}
</style>
background-color css
<style>
a { background-color: #95A3FB; }
a { background-color: rgb(149,163,251); }
div.DivClassName
{
background-color: #95A3FB;
}
.BgClassName
{
background-color: #95A3FB;
}
</style>
border-color css
<style>
span { border-color: #95A3FB; }
span { border-color: rgb(149,163,251); }
td.TdClassName
{
border-color: #95A3FB;
}
.TagClassName
{
border-color: #95A3FB;
}
</style>