Shades of Perano #93ADEC
Tints of Perano #93ADEC
RGB
CMYK
RGB Variations
Color information
#93ADEC (or 0x93ADEC) is known color: Perano. HEX triplet: 93, AD and EC. RGB value is (147,173,236). Sum of RGB (Red+Green+Blue) = 147+173+236=556 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.44% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #93ADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93ADEC is #6C5213. Grayscale: #ACACAC. Windows color (decimal): -7098900 or 15510931. OLE color: 15510931.
HSL color Cylindrical-coordinate representation of color #93ADEC: hue angle of 222.47º 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 #93ADEC is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 173 | 236 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.07 |
| HSL | 222.47º | 0.7% | 0.75% | - |
| HSV(B) | 222.47º | 0.38% | 0.93% | - |
| XYZ | 42.12 | 42.15 | 85.27 | - |
| YUV | 172.41 | 163.89 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 236 | 0.38 | 0.27 | 0 | 0.07 | 222.47 | 0.7 | 0.75 |
| Hex | 93 | AD | EC | 26 | 1B | 0 | 7 | DE | 46 | 4B |
| Octal | 223 | 255 | 354 | 46 | 33 | 0 | 7 | 336 | 106 | 113 |
| Binary | 10010011 | 10101101 | 11101100 | 100110 | 11011 | 0 | 111 | 11011110 | 1000110 | 1001011 |
Color Harmonies of #93ADEC
Complementary color
Monochromatic Colors of #93ADEC
Black with #93ADEC
Text Example
Text Example
White with #93ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ADEC; }
p { color: rgb(147,173,236); }
H1.HeaderClassName
{
color: #93ADEC;
}
.AnyTagClassName
{
color: #93ADEC;
}
</style>
background-color css
<style>
a { background-color: #93ADEC; }
a { background-color: rgb(147,173,236); }
div.DivClassName
{
background-color: #93ADEC;
}
.BgClassName
{
background-color: #93ADEC;
}
</style>
border-color css
<style>
span { border-color: #93ADEC; }
span { border-color: rgb(147,173,236); }
td.TdClassName
{
border-color: #93ADEC;
}
.TagClassName
{
border-color: #93ADEC;
}
</style>