Shades of Perano #92AFF5
Tints of Perano #92AFF5
RGB
CMYK
RGB Variations
Color information
#92AFF5 (or 0x92AFF5) is known color: Perano. HEX triplet: 92, AF and F5. RGB value is (146,175,245). Sum of RGB (Red+Green+Blue) = 146+175+245=566 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.80% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 245 (96.09% from 255 or 43.29% from 566); Max value from RGB is 245 - color contains mainly: blue. Hex color #92AFF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92AFF5 is #6D500A. Grayscale: #AEAEAE. Windows color (decimal): -7163915 or 16101266. OLE color: 16101266.
HSL color Cylindrical-coordinate representation of color #92AFF5: hue angle of 222.42º 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 #92AFF5 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 175 | 245 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.04 |
| HSL | 222.42º | 0.83% | 0.77% | - |
| HSV(B) | 222.42º | 0.4% | 0.96% | - |
| XYZ | 43.67 | 43.36 | 92.45 | - |
| YUV | 174.31 | 167.89 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 175 | 245 | 0.40 | 0.29 | 0 | 0.04 | 222.42 | 0.83 | 0.77 |
| Hex | 92 | AF | F5 | 28 | 1D | 0 | 4 | DE | 53 | 4D |
| Octal | 222 | 257 | 365 | 50 | 35 | 0 | 4 | 336 | 123 | 115 |
| Binary | 10010010 | 10101111 | 11110101 | 101000 | 11101 | 0 | 100 | 11011110 | 1010011 | 1001101 |
Color Harmonies of #92AFF5
Complementary color
Monochromatic Colors of #92AFF5
Black with #92AFF5
Text Example
Text Example
White with #92AFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AFF5; }
p { color: rgb(146,175,245); }
H1.HeaderClassName
{
color: #92AFF5;
}
.AnyTagClassName
{
color: #92AFF5;
}
</style>
background-color css
<style>
a { background-color: #92AFF5; }
a { background-color: rgb(146,175,245); }
div.DivClassName
{
background-color: #92AFF5;
}
.BgClassName
{
background-color: #92AFF5;
}
</style>
border-color css
<style>
span { border-color: #92AFF5; }
span { border-color: rgb(146,175,245); }
td.TdClassName
{
border-color: #92AFF5;
}
.TagClassName
{
border-color: #92AFF5;
}
</style>