Shades of Perano #8FADFF
Tints of Perano #8FADFF
RGB
CMYK
RGB Variations
Color information
#8FADFF (or 0x8FADFF) is known color: Perano. HEX triplet: 8F, AD and FF. RGB value is (143,173,255). Sum of RGB (Red+Green+Blue) = 143+173+255=571 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.04% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FADFF is #705200. Grayscale: #ADADAD. Windows color (decimal): -7361025 or 16756111. OLE color: 16756111.
HSL color Cylindrical-coordinate representation of color #8FADFF: hue angle of 223.93º 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 #8FADFF is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 173 | 255 | - |
| CMYK | 0.44 | 0.32 | 0 | 0 |
| HSL | 223.93º | 1% | 0.78% | - |
| HSV(B) | 223.93º | 0.44% | 1% | - |
| XYZ | 44.32 | 42.95 | 100.56 | - |
| YUV | 173.38 | 174.06 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 255 | 0.44 | 0.32 | 0 | 0 | 223.93 | 1 | 0.78 |
| Hex | 8F | AD | FF | 2C | 20 | 0 | 0 | E0 | 64 | 4E |
| Octal | 217 | 255 | 377 | 54 | 40 | 0 | 0 | 340 | 144 | 116 |
| Binary | 10001111 | 10101101 | 11111111 | 101100 | 100000 | 0 | 0 | 11100000 | 1100100 | 1001110 |
Color Harmonies of #8FADFF
Complementary color
Monochromatic Colors of #8FADFF
Black with #8FADFF
Text Example
Text Example
White with #8FADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FADFF; }
p { color: rgb(143,173,255); }
H1.HeaderClassName
{
color: #8FADFF;
}
.AnyTagClassName
{
color: #8FADFF;
}
</style>
background-color css
<style>
a { background-color: #8FADFF; }
a { background-color: rgb(143,173,255); }
div.DivClassName
{
background-color: #8FADFF;
}
.BgClassName
{
background-color: #8FADFF;
}
</style>
border-color css
<style>
span { border-color: #8FADFF; }
span { border-color: rgb(143,173,255); }
td.TdClassName
{
border-color: #8FADFF;
}
.TagClassName
{
border-color: #8FADFF;
}
</style>