Shades of Perano #92B2FF
Tints of Perano #92B2FF
RGB
CMYK
RGB Variations
Color information
#92B2FF (or 0x92B2FF) is known color: Perano. HEX triplet: 92, B2 and FF. RGB value is (146,178,255). Sum of RGB (Red+Green+Blue) = 146+178+255=579 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.22% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #92B2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92B2FF is #6D4D00. Grayscale: #B0B0B0. Windows color (decimal): -7163137 or 16757394. OLE color: 16757394.
HSL color Cylindrical-coordinate representation of color #92B2FF: hue angle of 222.39º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92B2FF is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 178 | 255 | - |
| CMYK | 0.43 | 0.30 | 0 | 0 |
| HSL | 222.39º | 1% | 0.79% | - |
| HSV(B) | 222.39º | 0.43% | 1% | - |
| XYZ | 45.82 | 45.17 | 100.91 | - |
| YUV | 177.21 | 171.9 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 178 | 255 | 0.43 | 0.30 | 0 | 0 | 222.39 | 1 | 0.79 |
| Hex | 92 | B2 | FF | 2B | 1E | 0 | 0 | DE | 64 | 4F |
| Octal | 222 | 262 | 377 | 53 | 36 | 0 | 0 | 336 | 144 | 117 |
| Binary | 10010010 | 10110010 | 11111111 | 101011 | 11110 | 0 | 0 | 11011110 | 1100100 | 1001111 |
Color Harmonies of #92B2FF
Complementary color
Monochromatic Colors of #92B2FF
Black with #92B2FF
Text Example
Text Example
White with #92B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B2FF; }
p { color: rgb(146,178,255); }
H1.HeaderClassName
{
color: #92B2FF;
}
.AnyTagClassName
{
color: #92B2FF;
}
</style>
background-color css
<style>
a { background-color: #92B2FF; }
a { background-color: rgb(146,178,255); }
div.DivClassName
{
background-color: #92B2FF;
}
.BgClassName
{
background-color: #92B2FF;
}
</style>
border-color css
<style>
span { border-color: #92B2FF; }
span { border-color: rgb(146,178,255); }
td.TdClassName
{
border-color: #92B2FF;
}
.TagClassName
{
border-color: #92B2FF;
}
</style>