Shades of Perano #92B4F4
Tints of Perano #92B4F4
RGB
CMYK
RGB Variations
Color information
#92B4F4 (or 0x92B4F4) is known color: Perano. HEX triplet: 92, B4 and F4. RGB value is (146,180,244). Sum of RGB (Red+Green+Blue) = 146+180+244=570 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.61% from 570); Green value is 180 (70.70% from 255 or 31.58% from 570); Blue value is 244 (95.70% from 255 or 42.81% from 570); Max value from RGB is 244 - color contains mainly: blue. Hex color #92B4F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92B4F4 is #6D4B0B. Grayscale: #B0B0B0. Windows color (decimal): -7162636 or 16037010. OLE color: 16037010.
HSL color Cylindrical-coordinate representation of color #92B4F4: hue angle of 219.18º 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 #92B4F4 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 180 | 244 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.04 |
| HSL | 219.18º | 0.82% | 0.76% | - |
| HSV(B) | 219.18º | 0.4% | 0.96% | - |
| XYZ | 44.5 | 45.29 | 91.98 | - |
| YUV | 177.13 | 165.74 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 180 | 244 | 0.40 | 0.26 | 0 | 0.04 | 219.18 | 0.82 | 0.76 |
| Hex | 92 | B4 | F4 | 28 | 1A | 0 | 4 | DB | 52 | 4C |
| Octal | 222 | 264 | 364 | 50 | 32 | 0 | 4 | 333 | 122 | 114 |
| Binary | 10010010 | 10110100 | 11110100 | 101000 | 11010 | 0 | 100 | 11011011 | 1010010 | 1001100 |
Color Harmonies of #92B4F4
Complementary color
Monochromatic Colors of #92B4F4
Black with #92B4F4
Text Example
Text Example
White with #92B4F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B4F4; }
p { color: rgb(146,180,244); }
H1.HeaderClassName
{
color: #92B4F4;
}
.AnyTagClassName
{
color: #92B4F4;
}
</style>
background-color css
<style>
a { background-color: #92B4F4; }
a { background-color: rgb(146,180,244); }
div.DivClassName
{
background-color: #92B4F4;
}
.BgClassName
{
background-color: #92B4F4;
}
</style>
border-color css
<style>
span { border-color: #92B4F4; }
span { border-color: rgb(146,180,244); }
td.TdClassName
{
border-color: #92B4F4;
}
.TagClassName
{
border-color: #92B4F4;
}
</style>