Shades of Perano #92ABFC
Tints of Perano #92ABFC
RGB
CMYK
RGB Variations
Color information
#92ABFC (or 0x92ABFC) is known color: Perano. HEX triplet: 92, AB and FC. RGB value is (146,171,252). Sum of RGB (Red+Green+Blue) = 146+171+252=569 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.66% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #92ABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92ABFC is #6D5403. Grayscale: #ACACAC. Windows color (decimal): -7164932 or 16558994. OLE color: 16558994.
HSL color Cylindrical-coordinate representation of color #92ABFC: hue angle of 225.85º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92ABFC is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 171 | 252 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.01 |
| HSL | 225.85º | 0.95% | 0.78% | - |
| HSV(B) | 225.85º | 0.42% | 0.99% | - |
| XYZ | 43.99 | 42.27 | 97.94 | - |
| YUV | 172.76 | 172.72 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 171 | 252 | 0.42 | 0.32 | 0 | 0.01 | 225.85 | 0.95 | 0.78 |
| Hex | 92 | AB | FC | 2A | 20 | 0 | 1 | E2 | 5F | 4E |
| Octal | 222 | 253 | 374 | 52 | 40 | 0 | 1 | 342 | 137 | 116 |
| Binary | 10010010 | 10101011 | 11111100 | 101010 | 100000 | 0 | 1 | 11100010 | 1011111 | 1001110 |
Color Harmonies of #92ABFC
Complementary color
Monochromatic Colors of #92ABFC
Black with #92ABFC
Text Example
Text Example
White with #92ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ABFC; }
p { color: rgb(146,171,252); }
H1.HeaderClassName
{
color: #92ABFC;
}
.AnyTagClassName
{
color: #92ABFC;
}
</style>
background-color css
<style>
a { background-color: #92ABFC; }
a { background-color: rgb(146,171,252); }
div.DivClassName
{
background-color: #92ABFC;
}
.BgClassName
{
background-color: #92ABFC;
}
</style>
border-color css
<style>
span { border-color: #92ABFC; }
span { border-color: rgb(146,171,252); }
td.TdClassName
{
border-color: #92ABFC;
}
.TagClassName
{
border-color: #92ABFC;
}
</style>