Shades of Perano #92A4FE
Tints of Perano #92A4FE
RGB
CMYK
RGB Variations
Color information
#92A4FE (or 0x92A4FE) is known color: Perano. HEX triplet: 92, A4 and FE. RGB value is (146,164,254). Sum of RGB (Red+Green+Blue) = 146+164+254=564 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.89% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #92A4FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92A4FE is #6D5B01. Grayscale: #A8A8A8. Windows color (decimal): -7166722 or 16688274. OLE color: 16688274.
HSL color Cylindrical-coordinate representation of color #92A4FE: hue angle of 230º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92A4FE is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 164 | 254 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.00 |
| HSL | 230º | 0.98% | 0.78% | - |
| HSV(B) | 230º | 0.43% | 1% | - |
| XYZ | 43.02 | 39.82 | 99.18 | - |
| YUV | 168.88 | 176.04 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 164 | 254 | 0.43 | 0.35 | 0 | 0.00 | 230 | 0.98 | 0.78 |
| Hex | 92 | A4 | FE | 2B | 23 | 0 | 0 | E6 | 62 | 4E |
| Octal | 222 | 244 | 376 | 53 | 43 | 0 | 0 | 346 | 142 | 116 |
| Binary | 10010010 | 10100100 | 11111110 | 101011 | 100011 | 0 | 0 | 11100110 | 1100010 | 1001110 |
Color Harmonies of #92A4FE
Complementary color
Monochromatic Colors of #92A4FE
Black with #92A4FE
Text Example
Text Example
White with #92A4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A4FE; }
p { color: rgb(146,164,254); }
H1.HeaderClassName
{
color: #92A4FE;
}
.AnyTagClassName
{
color: #92A4FE;
}
</style>
background-color css
<style>
a { background-color: #92A4FE; }
a { background-color: rgb(146,164,254); }
div.DivClassName
{
background-color: #92A4FE;
}
.BgClassName
{
background-color: #92A4FE;
}
</style>
border-color css
<style>
span { border-color: #92A4FE; }
span { border-color: rgb(146,164,254); }
td.TdClassName
{
border-color: #92A4FE;
}
.TagClassName
{
border-color: #92A4FE;
}
</style>