Shades of Perano #92B4FA
Tints of Perano #92B4FA
RGB
CMYK
RGB Variations
Color information
#92B4FA (or 0x92B4FA) is known color: Perano. HEX triplet: 92, B4 and FA. RGB value is (146,180,250). Sum of RGB (Red+Green+Blue) = 146+180+250=576 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.35% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #92B4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92B4FA is #6D4B05. Grayscale: #B1B1B1. Windows color (decimal): -7162630 or 16430226. OLE color: 16430226.
HSL color Cylindrical-coordinate representation of color #92B4FA: hue angle of 220.38º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92B4FA is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 180 | 250 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.02 |
| HSL | 220.38º | 0.91% | 0.78% | - |
| HSV(B) | 220.38º | 0.42% | 0.98% | - |
| XYZ | 45.43 | 45.66 | 96.86 | - |
| YUV | 177.81 | 168.74 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 180 | 250 | 0.42 | 0.28 | 0 | 0.02 | 220.38 | 0.91 | 0.78 |
| Hex | 92 | B4 | FA | 2A | 1C | 0 | 2 | DC | 5B | 4E |
| Octal | 222 | 264 | 372 | 52 | 34 | 0 | 2 | 334 | 133 | 116 |
| Binary | 10010010 | 10110100 | 11111010 | 101010 | 11100 | 0 | 10 | 11011100 | 1011011 | 1001110 |
Color Harmonies of #92B4FA
Complementary color
Monochromatic Colors of #92B4FA
Black with #92B4FA
Text Example
Text Example
White with #92B4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B4FA; }
p { color: rgb(146,180,250); }
H1.HeaderClassName
{
color: #92B4FA;
}
.AnyTagClassName
{
color: #92B4FA;
}
</style>
background-color css
<style>
a { background-color: #92B4FA; }
a { background-color: rgb(146,180,250); }
div.DivClassName
{
background-color: #92B4FA;
}
.BgClassName
{
background-color: #92B4FA;
}
</style>
border-color css
<style>
span { border-color: #92B4FA; }
span { border-color: rgb(146,180,250); }
td.TdClassName
{
border-color: #92B4FA;
}
.TagClassName
{
border-color: #92B4FA;
}
</style>