Shades of Perano #8FABFC
Tints of Perano #8FABFC
RGB
CMYK
RGB Variations
Color information
#8FABFC (or 0x8FABFC) is known color: Perano. HEX triplet: 8F, AB and FC. RGB value is (143,171,252). Sum of RGB (Red+Green+Blue) = 143+171+252=566 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.27% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FABFC is #705403. Grayscale: #ABABAB. Windows color (decimal): -7361540 or 16558991. OLE color: 16558991.
HSL color Cylindrical-coordinate representation of color #8FABFC: hue angle of 224.59º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FABFC is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 171 | 252 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.01 |
| HSL | 224.59º | 0.95% | 0.77% | - |
| HSV(B) | 224.59º | 0.43% | 0.99% | - |
| XYZ | 43.46 | 41.99 | 97.91 | - |
| YUV | 171.86 | 173.22 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 252 | 0.43 | 0.32 | 0 | 0.01 | 224.59 | 0.95 | 0.77 |
| Hex | 8F | AB | FC | 2B | 20 | 0 | 1 | E1 | 5F | 4D |
| Octal | 217 | 253 | 374 | 53 | 40 | 0 | 1 | 341 | 137 | 115 |
| Binary | 10001111 | 10101011 | 11111100 | 101011 | 100000 | 0 | 1 | 11100001 | 1011111 | 1001101 |
Color Harmonies of #8FABFC
Complementary color
Monochromatic Colors of #8FABFC
Black with #8FABFC
Text Example
Text Example
White with #8FABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FABFC; }
p { color: rgb(143,171,252); }
H1.HeaderClassName
{
color: #8FABFC;
}
.AnyTagClassName
{
color: #8FABFC;
}
</style>
background-color css
<style>
a { background-color: #8FABFC; }
a { background-color: rgb(143,171,252); }
div.DivClassName
{
background-color: #8FABFC;
}
.BgClassName
{
background-color: #8FABFC;
}
</style>
border-color css
<style>
span { border-color: #8FABFC; }
span { border-color: rgb(143,171,252); }
td.TdClassName
{
border-color: #8FABFC;
}
.TagClassName
{
border-color: #8FABFC;
}
</style>