Shades of Perano #93A7F7
Tints of Perano #93A7F7
RGB
CMYK
RGB Variations
Color information
#93A7F7 (or 0x93A7F7) is known color: Perano. HEX triplet: 93, A7 and F7. RGB value is (147,167,247). Sum of RGB (Red+Green+Blue) = 147+167+247=561 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.20% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 247 (96.88% from 255 or 44.03% from 561); Max value from RGB is 247 - color contains mainly: blue. Hex color #93A7F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A7F7 is #6C5808. Grayscale: #A9A9A9. Windows color (decimal): -7100425 or 16230291. OLE color: 16230291.
HSL color Cylindrical-coordinate representation of color #93A7F7: hue angle of 228º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93A7F7 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 167 | 247 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.03 |
| HSL | 228º | 0.86% | 0.77% | - |
| HSV(B) | 228º | 0.4% | 0.97% | - |
| XYZ | 42.64 | 40.56 | 93.58 | - |
| YUV | 170.14 | 171.37 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 167 | 247 | 0.40 | 0.32 | 0 | 0.03 | 228 | 0.86 | 0.77 |
| Hex | 93 | A7 | F7 | 28 | 20 | 0 | 3 | E4 | 56 | 4D |
| Octal | 223 | 247 | 367 | 50 | 40 | 0 | 3 | 344 | 126 | 115 |
| Binary | 10010011 | 10100111 | 11110111 | 101000 | 100000 | 0 | 11 | 11100100 | 1010110 | 1001101 |
Color Harmonies of #93A7F7
Complementary color
Monochromatic Colors of #93A7F7
Black with #93A7F7
Text Example
Text Example
White with #93A7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A7F7; }
p { color: rgb(147,167,247); }
H1.HeaderClassName
{
color: #93A7F7;
}
.AnyTagClassName
{
color: #93A7F7;
}
</style>
background-color css
<style>
a { background-color: #93A7F7; }
a { background-color: rgb(147,167,247); }
div.DivClassName
{
background-color: #93A7F7;
}
.BgClassName
{
background-color: #93A7F7;
}
</style>
border-color css
<style>
span { border-color: #93A7F7; }
span { border-color: rgb(147,167,247); }
td.TdClassName
{
border-color: #93A7F7;
}
.TagClassName
{
border-color: #93A7F7;
}
</style>