Shades of Perano #8FACFF
Tints of Perano #8FACFF
RGB
CMYK
RGB Variations
Color information
#8FACFF (or 0x8FACFF) is known color: Perano. HEX triplet: 8F, AC and FF. RGB value is (143,172,255). Sum of RGB (Red+Green+Blue) = 143+172+255=570 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.09% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FACFF is #705300. Grayscale: #ACACAC. Windows color (decimal): -7361281 or 16755855. OLE color: 16755855.
HSL color Cylindrical-coordinate representation of color #8FACFF: hue angle of 224.46º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FACFF is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 172 | 255 | - |
| CMYK | 0.44 | 0.33 | 0 | 0 |
| HSL | 224.46º | 1% | 0.78% | - |
| HSV(B) | 224.46º | 0.44% | 1% | - |
| XYZ | 44.13 | 42.56 | 100.5 | - |
| YUV | 172.79 | 174.39 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 255 | 0.44 | 0.33 | 0 | 0 | 224.46 | 1 | 0.78 |
| Hex | 8F | AC | FF | 2C | 21 | 0 | 0 | E0 | 64 | 4E |
| Octal | 217 | 254 | 377 | 54 | 41 | 0 | 0 | 340 | 144 | 116 |
| Binary | 10001111 | 10101100 | 11111111 | 101100 | 100001 | 0 | 0 | 11100000 | 1100100 | 1001110 |
Color Harmonies of #8FACFF
Complementary color
Monochromatic Colors of #8FACFF
Black with #8FACFF
Text Example
Text Example
White with #8FACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FACFF; }
p { color: rgb(143,172,255); }
H1.HeaderClassName
{
color: #8FACFF;
}
.AnyTagClassName
{
color: #8FACFF;
}
</style>
background-color css
<style>
a { background-color: #8FACFF; }
a { background-color: rgb(143,172,255); }
div.DivClassName
{
background-color: #8FACFF;
}
.BgClassName
{
background-color: #8FACFF;
}
</style>
border-color css
<style>
span { border-color: #8FACFF; }
span { border-color: rgb(143,172,255); }
td.TdClassName
{
border-color: #8FACFF;
}
.TagClassName
{
border-color: #8FACFF;
}
</style>