Shades of Blue Bell #8F8FCA
Tints of Blue Bell #8F8FCA
RGB
CMYK
RGB Variations
Color information
#8F8FCA (or 0x8F8FCA) is known color: Blue Bell. HEX triplet: 8F, 8F and CA. RGB value is (143,143,202). Sum of RGB (Red+Green+Blue) = 143+143+202=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F8FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8FCA is #707035. Grayscale: #959595. Windows color (decimal): -7368758 or 13275023. OLE color: 13275023.
HSL color Cylindrical-coordinate representation of color #8F8FCA: hue angle of 240º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F8FCA is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 143 | 202 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.21 |
| HSL | 240º | 0.36% | 0.68% | - |
| HSV(B) | 240º | 0.29% | 0.79% | - |
| XYZ | 31.81 | 29.75 | 59.94 | - |
| YUV | 149.73 | 157.5 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 143 | 202 | 0.29 | 0.29 | 0 | 0.21 | 240 | 0.36 | 0.68 |
| Hex | 8F | 8F | CA | 1D | 1D | 0 | 15 | F0 | 24 | 44 |
| Octal | 217 | 217 | 312 | 35 | 35 | 0 | 25 | 360 | 44 | 104 |
| Binary | 10001111 | 10001111 | 11001010 | 11101 | 11101 | 0 | 10101 | 11110000 | 100100 | 1000100 |
Color Harmonies of #8F8FCA
Complementary color
Monochromatic Colors of #8F8FCA
Black with #8F8FCA
Text Example
Text Example
White with #8F8FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8FCA; }
p { color: rgb(143,143,202); }
H1.HeaderClassName
{
color: #8F8FCA;
}
.AnyTagClassName
{
color: #8F8FCA;
}
</style>
background-color css
<style>
a { background-color: #8F8FCA; }
a { background-color: rgb(143,143,202); }
div.DivClassName
{
background-color: #8F8FCA;
}
.BgClassName
{
background-color: #8F8FCA;
}
</style>
border-color css
<style>
span { border-color: #8F8FCA; }
span { border-color: rgb(143,143,202); }
td.TdClassName
{
border-color: #8F8FCA;
}
.TagClassName
{
border-color: #8F8FCA;
}
</style>