Shades of Perano #8FA8FC
Tints of Perano #8FA8FC
RGB
CMYK
RGB Variations
Color information
#8FA8FC (or 0x8FA8FC) is known color: Perano. HEX triplet: 8F, A8 and FC. RGB value is (143,168,252). Sum of RGB (Red+Green+Blue) = 143+168+252=563 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.40% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #8FA8FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA8FC is #705703. Grayscale: #A9A9A9. Windows color (decimal): -7362308 or 16558223. OLE color: 16558223.
HSL color Cylindrical-coordinate representation of color #8FA8FC: hue angle of 226.24º 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 #8FA8FC is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 168 | 252 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.01 |
| HSL | 226.24º | 0.95% | 0.77% | - |
| HSV(B) | 226.24º | 0.43% | 0.99% | - |
| XYZ | 42.9 | 40.87 | 97.72 | - |
| YUV | 170.1 | 174.22 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 168 | 252 | 0.43 | 0.33 | 0 | 0.01 | 226.24 | 0.95 | 0.77 |
| Hex | 8F | A8 | FC | 2B | 21 | 0 | 1 | E2 | 5F | 4D |
| Octal | 217 | 250 | 374 | 53 | 41 | 0 | 1 | 342 | 137 | 115 |
| Binary | 10001111 | 10101000 | 11111100 | 101011 | 100001 | 0 | 1 | 11100010 | 1011111 | 1001101 |
Color Harmonies of #8FA8FC
Complementary color
Monochromatic Colors of #8FA8FC
Black with #8FA8FC
Text Example
Text Example
White with #8FA8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA8FC; }
p { color: rgb(143,168,252); }
H1.HeaderClassName
{
color: #8FA8FC;
}
.AnyTagClassName
{
color: #8FA8FC;
}
</style>
background-color css
<style>
a { background-color: #8FA8FC; }
a { background-color: rgb(143,168,252); }
div.DivClassName
{
background-color: #8FA8FC;
}
.BgClassName
{
background-color: #8FA8FC;
}
</style>
border-color css
<style>
span { border-color: #8FA8FC; }
span { border-color: rgb(143,168,252); }
td.TdClassName
{
border-color: #8FA8FC;
}
.TagClassName
{
border-color: #8FA8FC;
}
</style>