Shades of Perano #8FB1FC
Tints of Perano #8FB1FC
RGB
CMYK
RGB Variations
Color information
#8FB1FC (or 0x8FB1FC) is known color: Perano. HEX triplet: 8F, B1 and FC. RGB value is (143,177,252). Sum of RGB (Red+Green+Blue) = 143+177+252=572 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FB1FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FB1FC is #704E03. Grayscale: #AFAFAF. Windows color (decimal): -7360004 or 16560527. OLE color: 16560527.
HSL color Cylindrical-coordinate representation of color #8FB1FC: hue angle of 221.28º 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 #8FB1FC is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 177 | 252 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.01 |
| HSL | 221.28º | 0.95% | 0.77% | - |
| HSV(B) | 221.28º | 0.43% | 0.99% | - |
| XYZ | 44.62 | 44.31 | 98.3 | - |
| YUV | 175.38 | 171.24 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 177 | 252 | 0.43 | 0.30 | 0 | 0.01 | 221.28 | 0.95 | 0.77 |
| Hex | 8F | B1 | FC | 2B | 1E | 0 | 1 | DD | 5F | 4D |
| Octal | 217 | 261 | 374 | 53 | 36 | 0 | 1 | 335 | 137 | 115 |
| Binary | 10001111 | 10110001 | 11111100 | 101011 | 11110 | 0 | 1 | 11011101 | 1011111 | 1001101 |
Color Harmonies of #8FB1FC
Complementary color
Monochromatic Colors of #8FB1FC
Black with #8FB1FC
Text Example
Text Example
White with #8FB1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB1FC; }
p { color: rgb(143,177,252); }
H1.HeaderClassName
{
color: #8FB1FC;
}
.AnyTagClassName
{
color: #8FB1FC;
}
</style>
background-color css
<style>
a { background-color: #8FB1FC; }
a { background-color: rgb(143,177,252); }
div.DivClassName
{
background-color: #8FB1FC;
}
.BgClassName
{
background-color: #8FB1FC;
}
</style>
border-color css
<style>
span { border-color: #8FB1FC; }
span { border-color: rgb(143,177,252); }
td.TdClassName
{
border-color: #8FB1FC;
}
.TagClassName
{
border-color: #8FB1FC;
}
</style>