Shades of Perano #92A8F5
Tints of Perano #92A8F5
RGB
CMYK
RGB Variations
Color information
#92A8F5 (or 0x92A8F5) is known color: Perano. HEX triplet: 92, A8 and F5. RGB value is (146,168,245). Sum of RGB (Red+Green+Blue) = 146+168+245=559 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.12% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 245 - color contains mainly: blue. Hex color #92A8F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92A8F5 is #6D570A. Grayscale: #A9A9A9. Windows color (decimal): -7165707 or 16099474. OLE color: 16099474.
HSL color Cylindrical-coordinate representation of color #92A8F5: hue angle of 226.67º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92A8F5 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 168 | 245 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.04 |
| HSL | 226.67º | 0.83% | 0.77% | - |
| HSV(B) | 226.67º | 0.4% | 0.96% | - |
| XYZ | 42.34 | 40.71 | 92.01 | - |
| YUV | 170.2 | 170.21 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 168 | 245 | 0.40 | 0.31 | 0 | 0.04 | 226.67 | 0.83 | 0.77 |
| Hex | 92 | A8 | F5 | 28 | 1F | 0 | 4 | E3 | 53 | 4D |
| Octal | 222 | 250 | 365 | 50 | 37 | 0 | 4 | 343 | 123 | 115 |
| Binary | 10010010 | 10101000 | 11110101 | 101000 | 11111 | 0 | 100 | 11100011 | 1010011 | 1001101 |
Color Harmonies of #92A8F5
Complementary color
Monochromatic Colors of #92A8F5
Black with #92A8F5
Text Example
Text Example
White with #92A8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A8F5; }
p { color: rgb(146,168,245); }
H1.HeaderClassName
{
color: #92A8F5;
}
.AnyTagClassName
{
color: #92A8F5;
}
</style>
background-color css
<style>
a { background-color: #92A8F5; }
a { background-color: rgb(146,168,245); }
div.DivClassName
{
background-color: #92A8F5;
}
.BgClassName
{
background-color: #92A8F5;
}
</style>
border-color css
<style>
span { border-color: #92A8F5; }
span { border-color: rgb(146,168,245); }
td.TdClassName
{
border-color: #92A8F5;
}
.TagClassName
{
border-color: #92A8F5;
}
</style>