Shades of Perano #92B7F4
Tints of Perano #92B7F4
RGB
CMYK
RGB Variations
Color information
#92B7F4 (or 0x92B7F4) is known color: Perano. HEX triplet: 92, B7 and F4. RGB value is (146,183,244). Sum of RGB (Red+Green+Blue) = 146+183+244=573 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.48% from 573); Green value is 183 (71.88% from 255 or 31.94% from 573); Blue value is 244 (95.70% from 255 or 42.58% from 573); Max value from RGB is 244 - color contains mainly: blue. Hex color #92B7F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92B7F4 is #6D480B. Grayscale: #B2B2B2. Windows color (decimal): -7161868 or 16037778. OLE color: 16037778.
HSL color Cylindrical-coordinate representation of color #92B7F4: hue angle of 217.35º 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 #92B7F4 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 183 | 244 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.04 |
| HSL | 217.35º | 0.82% | 0.76% | - |
| HSV(B) | 217.35º | 0.4% | 0.96% | - |
| XYZ | 45.12 | 46.51 | 92.19 | - |
| YUV | 178.89 | 164.74 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 183 | 244 | 0.40 | 0.25 | 0 | 0.04 | 217.35 | 0.82 | 0.76 |
| Hex | 92 | B7 | F4 | 28 | 19 | 0 | 4 | D9 | 52 | 4C |
| Octal | 222 | 267 | 364 | 50 | 31 | 0 | 4 | 331 | 122 | 114 |
| Binary | 10010010 | 10110111 | 11110100 | 101000 | 11001 | 0 | 100 | 11011001 | 1010010 | 1001100 |
Color Harmonies of #92B7F4
Complementary color
Monochromatic Colors of #92B7F4
Black with #92B7F4
Text Example
Text Example
White with #92B7F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B7F4; }
p { color: rgb(146,183,244); }
H1.HeaderClassName
{
color: #92B7F4;
}
.AnyTagClassName
{
color: #92B7F4;
}
</style>
background-color css
<style>
a { background-color: #92B7F4; }
a { background-color: rgb(146,183,244); }
div.DivClassName
{
background-color: #92B7F4;
}
.BgClassName
{
background-color: #92B7F4;
}
</style>
border-color css
<style>
span { border-color: #92B7F4; }
span { border-color: rgb(146,183,244); }
td.TdClassName
{
border-color: #92B7F4;
}
.TagClassName
{
border-color: #92B7F4;
}
</style>