Shades of Perano #8FA8FB
Tints of Perano #8FA8FB
RGB
CMYK
RGB Variations
Color information
#8FA8FB (or 0x8FA8FB) is known color: Perano. HEX triplet: 8F, A8 and FB. RGB value is (143,168,251). Sum of RGB (Red+Green+Blue) = 143+168+251=562 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.44% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FA8FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA8FB is #705704. Grayscale: #A9A9A9. Windows color (decimal): -7362309 or 16492687. OLE color: 16492687.
HSL color Cylindrical-coordinate representation of color #8FA8FB: hue angle of 226.11º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FA8FB is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 168 | 251 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.02 |
| HSL | 226.11º | 0.93% | 0.77% | - |
| HSV(B) | 226.11º | 0.43% | 0.98% | - |
| XYZ | 42.74 | 40.81 | 96.89 | - |
| YUV | 169.99 | 173.72 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 168 | 251 | 0.43 | 0.33 | 0 | 0.02 | 226.11 | 0.93 | 0.77 |
| Hex | 8F | A8 | FB | 2B | 21 | 0 | 2 | E2 | 5D | 4D |
| Octal | 217 | 250 | 373 | 53 | 41 | 0 | 2 | 342 | 135 | 115 |
| Binary | 10001111 | 10101000 | 11111011 | 101011 | 100001 | 0 | 10 | 11100010 | 1011101 | 1001101 |
Color Harmonies of #8FA8FB
Complementary color
Monochromatic Colors of #8FA8FB
Black with #8FA8FB
Text Example
Text Example
White with #8FA8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA8FB; }
p { color: rgb(143,168,251); }
H1.HeaderClassName
{
color: #8FA8FB;
}
.AnyTagClassName
{
color: #8FA8FB;
}
</style>
background-color css
<style>
a { background-color: #8FA8FB; }
a { background-color: rgb(143,168,251); }
div.DivClassName
{
background-color: #8FA8FB;
}
.BgClassName
{
background-color: #8FA8FB;
}
</style>
border-color css
<style>
span { border-color: #8FA8FB; }
span { border-color: rgb(143,168,251); }
td.TdClassName
{
border-color: #8FA8FB;
}
.TagClassName
{
border-color: #8FA8FB;
}
</style>