Shades of Perano #8FABFD
Tints of Perano #8FABFD
RGB
CMYK
RGB Variations
Color information
#8FABFD (or 0x8FABFD) is known color: Perano. HEX triplet: 8F, AB and FD. RGB value is (143,171,253). Sum of RGB (Red+Green+Blue) = 143+171+253=567 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.22% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FABFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FABFD is #705402. Grayscale: #ABABAB. Windows color (decimal): -7361539 or 16624527. OLE color: 16624527.
HSL color Cylindrical-coordinate representation of color #8FABFD: hue angle of 224.73º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FABFD is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 171 | 253 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.01 |
| HSL | 224.73º | 0.96% | 0.78% | - |
| HSV(B) | 224.73º | 0.43% | 0.99% | - |
| XYZ | 43.62 | 42.06 | 98.75 | - |
| YUV | 171.98 | 173.72 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 253 | 0.43 | 0.32 | 0 | 0.01 | 224.73 | 0.96 | 0.78 |
| Hex | 8F | AB | FD | 2B | 20 | 0 | 1 | E1 | 60 | 4E |
| Octal | 217 | 253 | 375 | 53 | 40 | 0 | 1 | 341 | 140 | 116 |
| Binary | 10001111 | 10101011 | 11111101 | 101011 | 100000 | 0 | 1 | 11100001 | 1100000 | 1001110 |
Color Harmonies of #8FABFD
Complementary color
Monochromatic Colors of #8FABFD
Black with #8FABFD
Text Example
Text Example
White with #8FABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FABFD; }
p { color: rgb(143,171,253); }
H1.HeaderClassName
{
color: #8FABFD;
}
.AnyTagClassName
{
color: #8FABFD;
}
</style>
background-color css
<style>
a { background-color: #8FABFD; }
a { background-color: rgb(143,171,253); }
div.DivClassName
{
background-color: #8FABFD;
}
.BgClassName
{
background-color: #8FABFD;
}
</style>
border-color css
<style>
span { border-color: #8FABFD; }
span { border-color: rgb(143,171,253); }
td.TdClassName
{
border-color: #8FABFD;
}
.TagClassName
{
border-color: #8FABFD;
}
</style>