Shades of Perano #93ABEC
Tints of Perano #93ABEC
RGB
CMYK
RGB Variations
Color information
#93ABEC (or 0x93ABEC) is known color: Perano. HEX triplet: 93, AB and EC. RGB value is (147,171,236). Sum of RGB (Red+Green+Blue) = 147+171+236=554 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.53% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #93ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93ABEC is #6C5413. Grayscale: #AAAAAA. Windows color (decimal): -7099412 or 15510419. OLE color: 15510419.
HSL color Cylindrical-coordinate representation of color #93ABEC: hue angle of 223.82º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93ABEC is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 171 | 236 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.07 |
| HSL | 223.82º | 0.7% | 0.75% | - |
| HSV(B) | 223.82º | 0.38% | 0.93% | - |
| XYZ | 41.74 | 41.38 | 85.15 | - |
| YUV | 171.23 | 164.55 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 171 | 236 | 0.38 | 0.28 | 0 | 0.07 | 223.82 | 0.7 | 0.75 |
| Hex | 93 | AB | EC | 26 | 1C | 0 | 7 | E0 | 46 | 4B |
| Octal | 223 | 253 | 354 | 46 | 34 | 0 | 7 | 340 | 106 | 113 |
| Binary | 10010011 | 10101011 | 11101100 | 100110 | 11100 | 0 | 111 | 11100000 | 1000110 | 1001011 |
Color Harmonies of #93ABEC
Complementary color
Monochromatic Colors of #93ABEC
Black with #93ABEC
Text Example
Text Example
White with #93ABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ABEC; }
p { color: rgb(147,171,236); }
H1.HeaderClassName
{
color: #93ABEC;
}
.AnyTagClassName
{
color: #93ABEC;
}
</style>
background-color css
<style>
a { background-color: #93ABEC; }
a { background-color: rgb(147,171,236); }
div.DivClassName
{
background-color: #93ABEC;
}
.BgClassName
{
background-color: #93ABEC;
}
</style>
border-color css
<style>
span { border-color: #93ABEC; }
span { border-color: rgb(147,171,236); }
td.TdClassName
{
border-color: #93ABEC;
}
.TagClassName
{
border-color: #93ABEC;
}
</style>