Shades of Perano #93A7FC
Tints of Perano #93A7FC
RGB
CMYK
RGB Variations
Color information
#93A7FC (or 0x93A7FC) is known color: Perano. HEX triplet: 93, A7 and FC. RGB value is (147,167,252). Sum of RGB (Red+Green+Blue) = 147+167+252=566 (74% of max value = 765). Red value is 147 (57.81% from 255 or 25.97% from 566); Green value is 167 (65.62% from 255 or 29.51% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #93A7FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A7FC is #6C5803. Grayscale: #AAAAAA. Windows color (decimal): -7100420 or 16557971. OLE color: 16557971.
HSL color Cylindrical-coordinate representation of color #93A7FC: hue angle of 228.57º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93A7FC is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 167 | 252 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.01 |
| HSL | 228.57º | 0.95% | 0.78% | - |
| HSV(B) | 228.57º | 0.42% | 0.99% | - |
| XYZ | 43.42 | 40.87 | 97.7 | - |
| YUV | 170.71 | 173.87 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 167 | 252 | 0.42 | 0.34 | 0 | 0.01 | 228.57 | 0.95 | 0.78 |
| Hex | 93 | A7 | FC | 2A | 22 | 0 | 1 | E5 | 5F | 4E |
| Octal | 223 | 247 | 374 | 52 | 42 | 0 | 1 | 345 | 137 | 116 |
| Binary | 10010011 | 10100111 | 11111100 | 101010 | 100010 | 0 | 1 | 11100101 | 1011111 | 1001110 |
Color Harmonies of #93A7FC
Complementary color
Monochromatic Colors of #93A7FC
Black with #93A7FC
Text Example
Text Example
White with #93A7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A7FC; }
p { color: rgb(147,167,252); }
H1.HeaderClassName
{
color: #93A7FC;
}
.AnyTagClassName
{
color: #93A7FC;
}
</style>
background-color css
<style>
a { background-color: #93A7FC; }
a { background-color: rgb(147,167,252); }
div.DivClassName
{
background-color: #93A7FC;
}
.BgClassName
{
background-color: #93A7FC;
}
</style>
border-color css
<style>
span { border-color: #93A7FC; }
span { border-color: rgb(147,167,252); }
td.TdClassName
{
border-color: #93A7FC;
}
.TagClassName
{
border-color: #93A7FC;
}
</style>