Shades of Perano #92ACF4
Tints of Perano #92ACF4
RGB
CMYK
RGB Variations
Color information
#92ACF4 (or 0x92ACF4) is known color: Perano. HEX triplet: 92, AC and F4. RGB value is (146,172,244). Sum of RGB (Red+Green+Blue) = 146+172+244=562 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.98% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 244 (95.70% from 255 or 43.42% from 562); Max value from RGB is 244 - color contains mainly: blue. Hex color #92ACF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92ACF4 is #6D530B. Grayscale: #ACACAC. Windows color (decimal): -7164684 or 16034962. OLE color: 16034962.
HSL color Cylindrical-coordinate representation of color #92ACF4: hue angle of 224.08º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92ACF4 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 172 | 244 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.04 |
| HSL | 224.08º | 0.82% | 0.76% | - |
| HSV(B) | 224.08º | 0.4% | 0.96% | - |
| XYZ | 42.94 | 42.15 | 91.46 | - |
| YUV | 172.43 | 168.39 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 172 | 244 | 0.40 | 0.30 | 0 | 0.04 | 224.08 | 0.82 | 0.76 |
| Hex | 92 | AC | F4 | 28 | 1E | 0 | 4 | E0 | 52 | 4C |
| Octal | 222 | 254 | 364 | 50 | 36 | 0 | 4 | 340 | 122 | 114 |
| Binary | 10010010 | 10101100 | 11110100 | 101000 | 11110 | 0 | 100 | 11100000 | 1010010 | 1001100 |
Color Harmonies of #92ACF4
Complementary color
Monochromatic Colors of #92ACF4
Black with #92ACF4
Text Example
Text Example
White with #92ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ACF4; }
p { color: rgb(146,172,244); }
H1.HeaderClassName
{
color: #92ACF4;
}
.AnyTagClassName
{
color: #92ACF4;
}
</style>
background-color css
<style>
a { background-color: #92ACF4; }
a { background-color: rgb(146,172,244); }
div.DivClassName
{
background-color: #92ACF4;
}
.BgClassName
{
background-color: #92ACF4;
}
</style>
border-color css
<style>
span { border-color: #92ACF4; }
span { border-color: rgb(146,172,244); }
td.TdClassName
{
border-color: #92ACF4;
}
.TagClassName
{
border-color: #92ACF4;
}
</style>