Shades of Perano #94ACF7
Tints of Perano #94ACF7
RGB
CMYK
RGB Variations
Color information
#94ACF7 (or 0x94ACF7) is known color: Perano. HEX triplet: 94, AC and F7. RGB value is (148,172,247). Sum of RGB (Red+Green+Blue) = 148+172+247=567 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.10% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 247 (96.88% from 255 or 43.56% from 567); Max value from RGB is 247 - color contains mainly: blue. Hex color #94ACF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94ACF7 is #6B5308. Grayscale: #ADADAD. Windows color (decimal): -7033609 or 16231572. OLE color: 16231572.
HSL color Cylindrical-coordinate representation of color #94ACF7: hue angle of 225.45º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94ACF7 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 148 | 172 | 247 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.03 |
| HSL | 225.45º | 0.86% | 0.77% | - |
| HSV(B) | 225.45º | 0.4% | 0.97% | - |
| XYZ | 43.75 | 42.52 | 93.9 | - |
| YUV | 173.37 | 169.55 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 172 | 247 | 0.40 | 0.30 | 0 | 0.03 | 225.45 | 0.86 | 0.77 |
| Hex | 94 | AC | F7 | 28 | 1E | 0 | 3 | E1 | 56 | 4D |
| Octal | 224 | 254 | 367 | 50 | 36 | 0 | 3 | 341 | 126 | 115 |
| Binary | 10010100 | 10101100 | 11110111 | 101000 | 11110 | 0 | 11 | 11100001 | 1010110 | 1001101 |
Color Harmonies of #94ACF7
Complementary color
Monochromatic Colors of #94ACF7
Black with #94ACF7
Text Example
Text Example
White with #94ACF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ACF7; }
p { color: rgb(148,172,247); }
H1.HeaderClassName
{
color: #94ACF7;
}
.AnyTagClassName
{
color: #94ACF7;
}
</style>
background-color css
<style>
a { background-color: #94ACF7; }
a { background-color: rgb(148,172,247); }
div.DivClassName
{
background-color: #94ACF7;
}
.BgClassName
{
background-color: #94ACF7;
}
</style>
border-color css
<style>
span { border-color: #94ACF7; }
span { border-color: rgb(148,172,247); }
td.TdClassName
{
border-color: #94ACF7;
}
.TagClassName
{
border-color: #94ACF7;
}
</style>