Shades of Perano #92B4F6
Tints of Perano #92B4F6
RGB
CMYK
RGB Variations
Color information
#92B4F6 (or 0x92B4F6) is known color: Perano. HEX triplet: 92, B4 and F6. RGB value is (146,180,246). Sum of RGB (Red+Green+Blue) = 146+180+246=572 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.52% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 246 - color contains mainly: blue. Hex color #92B4F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92B4F6 is #6D4B09. Grayscale: #B1B1B1. Windows color (decimal): -7162634 or 16168082. OLE color: 16168082.
HSL color Cylindrical-coordinate representation of color #92B4F6: hue angle of 219.6º 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 #92B4F6 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 180 | 246 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.04 |
| HSL | 219.6º | 0.85% | 0.77% | - |
| HSV(B) | 219.6º | 0.41% | 0.96% | - |
| XYZ | 44.81 | 45.41 | 93.59 | - |
| YUV | 177.36 | 166.74 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 180 | 246 | 0.41 | 0.27 | 0 | 0.04 | 219.6 | 0.85 | 0.77 |
| Hex | 92 | B4 | F6 | 29 | 1B | 0 | 4 | DC | 55 | 4D |
| Octal | 222 | 264 | 366 | 51 | 33 | 0 | 4 | 334 | 125 | 115 |
| Binary | 10010010 | 10110100 | 11110110 | 101001 | 11011 | 0 | 100 | 11011100 | 1010101 | 1001101 |
Color Harmonies of #92B4F6
Complementary color
Monochromatic Colors of #92B4F6
Black with #92B4F6
Text Example
Text Example
White with #92B4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B4F6; }
p { color: rgb(146,180,246); }
H1.HeaderClassName
{
color: #92B4F6;
}
.AnyTagClassName
{
color: #92B4F6;
}
</style>
background-color css
<style>
a { background-color: #92B4F6; }
a { background-color: rgb(146,180,246); }
div.DivClassName
{
background-color: #92B4F6;
}
.BgClassName
{
background-color: #92B4F6;
}
</style>
border-color css
<style>
span { border-color: #92B4F6; }
span { border-color: rgb(146,180,246); }
td.TdClassName
{
border-color: #92B4F6;
}
.TagClassName
{
border-color: #92B4F6;
}
</style>