Shades of Perano #94A9EE
Tints of Perano #94A9EE
RGB
CMYK
RGB Variations
Color information
#94A9EE (or 0x94A9EE) is known color: Perano. HEX triplet: 94, A9 and EE. RGB value is (148,169,238). Sum of RGB (Red+Green+Blue) = 148+169+238=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #94A9EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A9EE is #6B5611. Grayscale: #AAAAAA. Windows color (decimal): -7034386 or 15640980. OLE color: 15640980.
HSL color Cylindrical-coordinate representation of color #94A9EE: hue angle of 226º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94A9EE is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 169 | 238 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.07 |
| HSL | 226º | 0.73% | 0.76% | - |
| HSV(B) | 226º | 0.38% | 0.93% | - |
| XYZ | 41.83 | 40.84 | 86.57 | - |
| YUV | 170.59 | 166.04 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 169 | 238 | 0.38 | 0.29 | 0 | 0.07 | 226 | 0.73 | 0.76 |
| Hex | 94 | A9 | EE | 26 | 1D | 0 | 7 | E2 | 49 | 4C |
| Octal | 224 | 251 | 356 | 46 | 35 | 0 | 7 | 342 | 111 | 114 |
| Binary | 10010100 | 10101001 | 11101110 | 100110 | 11101 | 0 | 111 | 11100010 | 1001001 | 1001100 |
Color Harmonies of #94A9EE
Complementary color
Monochromatic Colors of #94A9EE
Black with #94A9EE
Text Example
Text Example
White with #94A9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A9EE; }
p { color: rgb(148,169,238); }
H1.HeaderClassName
{
color: #94A9EE;
}
.AnyTagClassName
{
color: #94A9EE;
}
</style>
background-color css
<style>
a { background-color: #94A9EE; }
a { background-color: rgb(148,169,238); }
div.DivClassName
{
background-color: #94A9EE;
}
.BgClassName
{
background-color: #94A9EE;
}
</style>
border-color css
<style>
span { border-color: #94A9EE; }
span { border-color: rgb(148,169,238); }
td.TdClassName
{
border-color: #94A9EE;
}
.TagClassName
{
border-color: #94A9EE;
}
</style>