Shades of Perano #92B2F6
Tints of Perano #92B2F6
RGB
CMYK
RGB Variations
Color information
#92B2F6 (or 0x92B2F6) is known color: Perano. HEX triplet: 92, B2 and F6. RGB value is (146,178,246). Sum of RGB (Red+Green+Blue) = 146+178+246=570 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.61% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #92B2F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92B2F6 is #6D4D09. Grayscale: #AFAFAF. Windows color (decimal): -7163146 or 16167570. OLE color: 16167570.
HSL color Cylindrical-coordinate representation of color #92B2F6: hue angle of 220.8º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92B2F6 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 178 | 246 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.04 |
| HSL | 220.8º | 0.85% | 0.77% | - |
| HSV(B) | 220.8º | 0.41% | 0.96% | - |
| XYZ | 44.41 | 44.61 | 93.46 | - |
| YUV | 176.18 | 167.4 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 178 | 246 | 0.41 | 0.28 | 0 | 0.04 | 220.8 | 0.85 | 0.77 |
| Hex | 92 | B2 | F6 | 29 | 1C | 0 | 4 | DD | 55 | 4D |
| Octal | 222 | 262 | 366 | 51 | 34 | 0 | 4 | 335 | 125 | 115 |
| Binary | 10010010 | 10110010 | 11110110 | 101001 | 11100 | 0 | 100 | 11011101 | 1010101 | 1001101 |
Color Harmonies of #92B2F6
Complementary color
Monochromatic Colors of #92B2F6
Black with #92B2F6
Text Example
Text Example
White with #92B2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B2F6; }
p { color: rgb(146,178,246); }
H1.HeaderClassName
{
color: #92B2F6;
}
.AnyTagClassName
{
color: #92B2F6;
}
</style>
background-color css
<style>
a { background-color: #92B2F6; }
a { background-color: rgb(146,178,246); }
div.DivClassName
{
background-color: #92B2F6;
}
.BgClassName
{
background-color: #92B2F6;
}
</style>
border-color css
<style>
span { border-color: #92B2F6; }
span { border-color: rgb(146,178,246); }
td.TdClassName
{
border-color: #92B2F6;
}
.TagClassName
{
border-color: #92B2F6;
}
</style>