Shades of Perano #94ABEC
Tints of Perano #94ABEC
RGB
CMYK
RGB Variations
Color information
#94ABEC (or 0x94ABEC) is known color: Perano. HEX triplet: 94, AB and EC. RGB value is (148,171,236). Sum of RGB (Red+Green+Blue) = 148+171+236=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #94ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94ABEC is #6B5413. Grayscale: #ABABAB. Windows color (decimal): -7033876 or 15510420. OLE color: 15510420.
HSL color Cylindrical-coordinate representation of color #94ABEC: hue angle of 224.32º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94ABEC is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 171 | 236 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.07 |
| HSL | 224.32º | 0.7% | 0.75% | - |
| HSV(B) | 224.32º | 0.37% | 0.93% | - |
| XYZ | 41.92 | 41.48 | 85.15 | - |
| YUV | 171.53 | 164.38 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 171 | 236 | 0.37 | 0.28 | 0 | 0.07 | 224.32 | 0.7 | 0.75 |
| Hex | 94 | AB | EC | 25 | 1C | 0 | 7 | E0 | 46 | 4B |
| Octal | 224 | 253 | 354 | 45 | 34 | 0 | 7 | 340 | 106 | 113 |
| Binary | 10010100 | 10101011 | 11101100 | 100101 | 11100 | 0 | 111 | 11100000 | 1000110 | 1001011 |
Color Harmonies of #94ABEC
Complementary color
Monochromatic Colors of #94ABEC
Black with #94ABEC
Text Example
Text Example
White with #94ABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ABEC; }
p { color: rgb(148,171,236); }
H1.HeaderClassName
{
color: #94ABEC;
}
.AnyTagClassName
{
color: #94ABEC;
}
</style>
background-color css
<style>
a { background-color: #94ABEC; }
a { background-color: rgb(148,171,236); }
div.DivClassName
{
background-color: #94ABEC;
}
.BgClassName
{
background-color: #94ABEC;
}
</style>
border-color css
<style>
span { border-color: #94ABEC; }
span { border-color: rgb(148,171,236); }
td.TdClassName
{
border-color: #94ABEC;
}
.TagClassName
{
border-color: #94ABEC;
}
</style>