Shades of Perano #94ACF3
Tints of Perano #94ACF3
RGB
CMYK
RGB Variations
Color information
#94ACF3 (or 0x94ACF3) is known color: Perano. HEX triplet: 94, AC and F3. RGB value is (148,172,243). Sum of RGB (Red+Green+Blue) = 148+172+243=563 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.29% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 243 (95.31% from 255 or 43.16% from 563); Max value from RGB is 243 - color contains mainly: blue. Hex color #94ACF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94ACF3 is #6B530C. Grayscale: #ACACAC. Windows color (decimal): -7033613 or 15969428. OLE color: 15969428.
HSL color Cylindrical-coordinate representation of color #94ACF3: hue angle of 224.84º 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 #94ACF3 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 172 | 243 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.05 |
| HSL | 224.84º | 0.8% | 0.77% | - |
| HSV(B) | 224.84º | 0.39% | 0.95% | - |
| XYZ | 43.14 | 42.27 | 90.68 | - |
| YUV | 172.92 | 167.55 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 172 | 243 | 0.39 | 0.29 | 0 | 0.05 | 224.84 | 0.8 | 0.77 |
| Hex | 94 | AC | F3 | 27 | 1D | 0 | 5 | E1 | 50 | 4D |
| Octal | 224 | 254 | 363 | 47 | 35 | 0 | 5 | 341 | 120 | 115 |
| Binary | 10010100 | 10101100 | 11110011 | 100111 | 11101 | 0 | 101 | 11100001 | 1010000 | 1001101 |
Color Harmonies of #94ACF3
Complementary color
Monochromatic Colors of #94ACF3
Black with #94ACF3
Text Example
Text Example
White with #94ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ACF3; }
p { color: rgb(148,172,243); }
H1.HeaderClassName
{
color: #94ACF3;
}
.AnyTagClassName
{
color: #94ACF3;
}
</style>
background-color css
<style>
a { background-color: #94ACF3; }
a { background-color: rgb(148,172,243); }
div.DivClassName
{
background-color: #94ACF3;
}
.BgClassName
{
background-color: #94ACF3;
}
</style>
border-color css
<style>
span { border-color: #94ACF3; }
span { border-color: rgb(148,172,243); }
td.TdClassName
{
border-color: #94ACF3;
}
.TagClassName
{
border-color: #94ACF3;
}
</style>