Shades of Perano #93ACF7
Tints of Perano #93ACF7
RGB
CMYK
RGB Variations
Color information
#93ACF7 (or 0x93ACF7) is known color: Perano. HEX triplet: 93, AC and F7. RGB value is (147,172,247). Sum of RGB (Red+Green+Blue) = 147+172+247=566 (74% of max value = 765). Red value is 147 (57.81% from 255 or 25.97% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 247 (96.88% from 255 or 43.64% from 566); Max value from RGB is 247 - color contains mainly: blue. Hex color #93ACF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93ACF7 is #6C5308. Grayscale: #ACACAC. Windows color (decimal): -7099145 or 16231571. OLE color: 16231571.
HSL color Cylindrical-coordinate representation of color #93ACF7: hue angle of 225º 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 #93ACF7 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 172 | 247 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.03 |
| HSL | 225º | 0.86% | 0.77% | - |
| HSV(B) | 225º | 0.4% | 0.97% | - |
| XYZ | 43.57 | 42.42 | 93.89 | - |
| YUV | 173.08 | 169.72 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 172 | 247 | 0.40 | 0.30 | 0 | 0.03 | 225 | 0.86 | 0.77 |
| Hex | 93 | AC | F7 | 28 | 1E | 0 | 3 | E1 | 56 | 4D |
| Octal | 223 | 254 | 367 | 50 | 36 | 0 | 3 | 341 | 126 | 115 |
| Binary | 10010011 | 10101100 | 11110111 | 101000 | 11110 | 0 | 11 | 11100001 | 1010110 | 1001101 |
Color Harmonies of #93ACF7
Complementary color
Monochromatic Colors of #93ACF7
Black with #93ACF7
Text Example
Text Example
White with #93ACF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ACF7; }
p { color: rgb(147,172,247); }
H1.HeaderClassName
{
color: #93ACF7;
}
.AnyTagClassName
{
color: #93ACF7;
}
</style>
background-color css
<style>
a { background-color: #93ACF7; }
a { background-color: rgb(147,172,247); }
div.DivClassName
{
background-color: #93ACF7;
}
.BgClassName
{
background-color: #93ACF7;
}
</style>
border-color css
<style>
span { border-color: #93ACF7; }
span { border-color: rgb(147,172,247); }
td.TdClassName
{
border-color: #93ACF7;
}
.TagClassName
{
border-color: #93ACF7;
}
</style>