Shades of Perano #8FB0FF
Tints of Perano #8FB0FF
RGB
CMYK
RGB Variations
Color information
#8FB0FF (or 0x8FB0FF) is known color: Perano. HEX triplet: 8F, B0 and FF. RGB value is (143,176,255). Sum of RGB (Red+Green+Blue) = 143+176+255=574 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.91% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FB0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FB0FF is #704F00. Grayscale: #AEAEAE. Windows color (decimal): -7360257 or 16756879. OLE color: 16756879.
HSL color Cylindrical-coordinate representation of color #8FB0FF: hue angle of 222.32º 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 #8FB0FF is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 176 | 255 | - |
| CMYK | 0.44 | 0.31 | 0 | 0 |
| HSL | 222.32º | 1% | 0.78% | - |
| HSV(B) | 222.32º | 0.44% | 1% | - |
| XYZ | 44.9 | 44.11 | 100.76 | - |
| YUV | 175.14 | 173.07 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 176 | 255 | 0.44 | 0.31 | 0 | 0 | 222.32 | 1 | 0.78 |
| Hex | 8F | B0 | FF | 2C | 1F | 0 | 0 | DE | 64 | 4E |
| Octal | 217 | 260 | 377 | 54 | 37 | 0 | 0 | 336 | 144 | 116 |
| Binary | 10001111 | 10110000 | 11111111 | 101100 | 11111 | 0 | 0 | 11011110 | 1100100 | 1001110 |
Color Harmonies of #8FB0FF
Complementary color
Monochromatic Colors of #8FB0FF
Black with #8FB0FF
Text Example
Text Example
White with #8FB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB0FF; }
p { color: rgb(143,176,255); }
H1.HeaderClassName
{
color: #8FB0FF;
}
.AnyTagClassName
{
color: #8FB0FF;
}
</style>
background-color css
<style>
a { background-color: #8FB0FF; }
a { background-color: rgb(143,176,255); }
div.DivClassName
{
background-color: #8FB0FF;
}
.BgClassName
{
background-color: #8FB0FF;
}
</style>
border-color css
<style>
span { border-color: #8FB0FF; }
span { border-color: rgb(143,176,255); }
td.TdClassName
{
border-color: #8FB0FF;
}
.TagClassName
{
border-color: #8FB0FF;
}
</style>