Shades of Perano #8FB2FF
Tints of Perano #8FB2FF
RGB
CMYK
RGB Variations
Color information
#8FB2FF (or 0x8FB2FF) is known color: Perano. HEX triplet: 8F, B2 and FF. RGB value is (143,178,255). Sum of RGB (Red+Green+Blue) = 143+178+255=576 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.83% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FB2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FB2FF is #704D00. Grayscale: #AFAFAF. Windows color (decimal): -7359745 or 16757391. OLE color: 16757391.
HSL color Cylindrical-coordinate representation of color #8FB2FF: hue angle of 221.25º 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 #8FB2FF is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 178 | 255 | - |
| CMYK | 0.44 | 0.30 | 0 | 0 |
| HSL | 221.25º | 1% | 0.78% | - |
| HSV(B) | 221.25º | 0.44% | 1% | - |
| XYZ | 45.3 | 44.9 | 100.89 | - |
| YUV | 176.31 | 172.4 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 178 | 255 | 0.44 | 0.30 | 0 | 0 | 221.25 | 1 | 0.78 |
| Hex | 8F | B2 | FF | 2C | 1E | 0 | 0 | DD | 64 | 4E |
| Octal | 217 | 262 | 377 | 54 | 36 | 0 | 0 | 335 | 144 | 116 |
| Binary | 10001111 | 10110010 | 11111111 | 101100 | 11110 | 0 | 0 | 11011101 | 1100100 | 1001110 |
Color Harmonies of #8FB2FF
Complementary color
Monochromatic Colors of #8FB2FF
Black with #8FB2FF
Text Example
Text Example
White with #8FB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB2FF; }
p { color: rgb(143,178,255); }
H1.HeaderClassName
{
color: #8FB2FF;
}
.AnyTagClassName
{
color: #8FB2FF;
}
</style>
background-color css
<style>
a { background-color: #8FB2FF; }
a { background-color: rgb(143,178,255); }
div.DivClassName
{
background-color: #8FB2FF;
}
.BgClassName
{
background-color: #8FB2FF;
}
</style>
border-color css
<style>
span { border-color: #8FB2FF; }
span { border-color: rgb(143,178,255); }
td.TdClassName
{
border-color: #8FB2FF;
}
.TagClassName
{
border-color: #8FB2FF;
}
</style>