Shades of Perano #94A9F3
Tints of Perano #94A9F3
RGB
CMYK
RGB Variations
Color information
#94A9F3 (or 0x94A9F3) is known color: Perano. HEX triplet: 94, A9 and F3. RGB value is (148,169,243). Sum of RGB (Red+Green+Blue) = 148+169+243=560 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.43% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 243 (95.31% from 255 or 43.39% from 560); Max value from RGB is 243 - color contains mainly: blue. Hex color #94A9F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A9F3 is #6B560C. Grayscale: #AAAAAA. Windows color (decimal): -7034381 or 15968660. OLE color: 15968660.
HSL color Cylindrical-coordinate representation of color #94A9F3: hue angle of 226.74º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94A9F3 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 169 | 243 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.05 |
| HSL | 226.74º | 0.8% | 0.77% | - |
| HSV(B) | 226.74º | 0.39% | 0.95% | - |
| XYZ | 42.58 | 41.14 | 90.49 | - |
| YUV | 171.16 | 168.54 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 169 | 243 | 0.39 | 0.30 | 0 | 0.05 | 226.74 | 0.8 | 0.77 |
| Hex | 94 | A9 | F3 | 27 | 1E | 0 | 5 | E3 | 50 | 4D |
| Octal | 224 | 251 | 363 | 47 | 36 | 0 | 5 | 343 | 120 | 115 |
| Binary | 10010100 | 10101001 | 11110011 | 100111 | 11110 | 0 | 101 | 11100011 | 1010000 | 1001101 |
Color Harmonies of #94A9F3
Complementary color
Monochromatic Colors of #94A9F3
Black with #94A9F3
Text Example
Text Example
White with #94A9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A9F3; }
p { color: rgb(148,169,243); }
H1.HeaderClassName
{
color: #94A9F3;
}
.AnyTagClassName
{
color: #94A9F3;
}
</style>
background-color css
<style>
a { background-color: #94A9F3; }
a { background-color: rgb(148,169,243); }
div.DivClassName
{
background-color: #94A9F3;
}
.BgClassName
{
background-color: #94A9F3;
}
</style>
border-color css
<style>
span { border-color: #94A9F3; }
span { border-color: rgb(148,169,243); }
td.TdClassName
{
border-color: #94A9F3;
}
.TagClassName
{
border-color: #94A9F3;
}
</style>