Shades of Perano #92B0EC
Tints of Perano #92B0EC
RGB
CMYK
RGB Variations
Color information
#92B0EC (or 0x92B0EC) is known color: Perano. HEX triplet: 92, B0 and EC. RGB value is (146,176,236). Sum of RGB (Red+Green+Blue) = 146+176+236=558 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.16% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #92B0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92B0EC is #6D4F13. Grayscale: #ADADAD. Windows color (decimal): -7163668 or 15511698. OLE color: 15511698.
HSL color Cylindrical-coordinate representation of color #92B0EC: hue angle of 220º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92B0EC is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 176 | 236 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.07 |
| HSL | 220º | 0.7% | 0.75% | - |
| HSV(B) | 220º | 0.38% | 0.93% | - |
| XYZ | 42.52 | 43.22 | 85.46 | - |
| YUV | 173.87 | 163.06 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 176 | 236 | 0.38 | 0.25 | 0 | 0.07 | 220 | 0.7 | 0.75 |
| Hex | 92 | B0 | EC | 26 | 19 | 0 | 7 | DC | 46 | 4B |
| Octal | 222 | 260 | 354 | 46 | 31 | 0 | 7 | 334 | 106 | 113 |
| Binary | 10010010 | 10110000 | 11101100 | 100110 | 11001 | 0 | 111 | 11011100 | 1000110 | 1001011 |
Color Harmonies of #92B0EC
Complementary color
Monochromatic Colors of #92B0EC
Black with #92B0EC
Text Example
Text Example
White with #92B0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B0EC; }
p { color: rgb(146,176,236); }
H1.HeaderClassName
{
color: #92B0EC;
}
.AnyTagClassName
{
color: #92B0EC;
}
</style>
background-color css
<style>
a { background-color: #92B0EC; }
a { background-color: rgb(146,176,236); }
div.DivClassName
{
background-color: #92B0EC;
}
.BgClassName
{
background-color: #92B0EC;
}
</style>
border-color css
<style>
span { border-color: #92B0EC; }
span { border-color: rgb(146,176,236); }
td.TdClassName
{
border-color: #92B0EC;
}
.TagClassName
{
border-color: #92B0EC;
}
</style>