Shades of Perano #92ACF0
Tints of Perano #92ACF0
RGB
CMYK
RGB Variations
Color information
#92ACF0 (or 0x92ACF0) is known color: Perano. HEX triplet: 92, AC and F0. RGB value is (146,172,240). Sum of RGB (Red+Green+Blue) = 146+172+240=558 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.16% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #92ACF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92ACF0 is #6D530F. Grayscale: #ABABAB. Windows color (decimal): -7164688 or 15772818. OLE color: 15772818.
HSL color Cylindrical-coordinate representation of color #92ACF0: hue angle of 223.4º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92ACF0 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 172 | 240 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.06 |
| HSL | 223.4º | 0.76% | 0.76% | - |
| HSV(B) | 223.4º | 0.39% | 0.94% | - |
| XYZ | 42.33 | 41.91 | 88.3 | - |
| YUV | 171.98 | 166.39 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 172 | 240 | 0.39 | 0.28 | 0 | 0.06 | 223.4 | 0.76 | 0.76 |
| Hex | 92 | AC | F0 | 27 | 1C | 0 | 6 | DF | 4C | 4C |
| Octal | 222 | 254 | 360 | 47 | 34 | 0 | 6 | 337 | 114 | 114 |
| Binary | 10010010 | 10101100 | 11110000 | 100111 | 11100 | 0 | 110 | 11011111 | 1001100 | 1001100 |
Color Harmonies of #92ACF0
Complementary color
Monochromatic Colors of #92ACF0
Black with #92ACF0
Text Example
Text Example
White with #92ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ACF0; }
p { color: rgb(146,172,240); }
H1.HeaderClassName
{
color: #92ACF0;
}
.AnyTagClassName
{
color: #92ACF0;
}
</style>
background-color css
<style>
a { background-color: #92ACF0; }
a { background-color: rgb(146,172,240); }
div.DivClassName
{
background-color: #92ACF0;
}
.BgClassName
{
background-color: #92ACF0;
}
</style>
border-color css
<style>
span { border-color: #92ACF0; }
span { border-color: rgb(146,172,240); }
td.TdClassName
{
border-color: #92ACF0;
}
.TagClassName
{
border-color: #92ACF0;
}
</style>