Shades of Perano #94A9F8
Tints of Perano #94A9F8
RGB
CMYK
RGB Variations
Color information
#94A9F8 (or 0x94A9F8) is known color: Perano. HEX triplet: 94, A9 and F8. RGB value is (148,169,248). Sum of RGB (Red+Green+Blue) = 148+169+248=565 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.19% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #94A9F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A9F8 is #6B5607. Grayscale: #ABABAB. Windows color (decimal): -7034376 or 16296340. OLE color: 16296340.
HSL color Cylindrical-coordinate representation of color #94A9F8: hue angle of 227.4º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94A9F8 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 148 | 169 | 248 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.03 |
| HSL | 227.4º | 0.88% | 0.78% | - |
| HSV(B) | 227.4º | 0.4% | 0.97% | - |
| XYZ | 43.34 | 41.45 | 94.52 | - |
| YUV | 171.73 | 171.04 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 169 | 248 | 0.40 | 0.32 | 0 | 0.03 | 227.4 | 0.88 | 0.78 |
| Hex | 94 | A9 | F8 | 28 | 20 | 0 | 3 | E3 | 58 | 4E |
| Octal | 224 | 251 | 370 | 50 | 40 | 0 | 3 | 343 | 130 | 116 |
| Binary | 10010100 | 10101001 | 11111000 | 101000 | 100000 | 0 | 11 | 11100011 | 1011000 | 1001110 |
Color Harmonies of #94A9F8
Complementary color
Monochromatic Colors of #94A9F8
Black with #94A9F8
Text Example
Text Example
White with #94A9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A9F8; }
p { color: rgb(148,169,248); }
H1.HeaderClassName
{
color: #94A9F8;
}
.AnyTagClassName
{
color: #94A9F8;
}
</style>
background-color css
<style>
a { background-color: #94A9F8; }
a { background-color: rgb(148,169,248); }
div.DivClassName
{
background-color: #94A9F8;
}
.BgClassName
{
background-color: #94A9F8;
}
</style>
border-color css
<style>
span { border-color: #94A9F8; }
span { border-color: rgb(148,169,248); }
td.TdClassName
{
border-color: #94A9F8;
}
.TagClassName
{
border-color: #94A9F8;
}
</style>