Shades of Blue Bell #998FEA
Tints of Blue Bell #998FEA
RGB
CMYK
RGB Variations
Color information
#998FEA (or 0x998FEA) is known color: Blue Bell. HEX triplet: 99, 8F and EA. RGB value is (153,143,234). Sum of RGB (Red+Green+Blue) = 153+143+234=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #998FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998FEA is #667015. Grayscale: #9C9C9C. Windows color (decimal): -6713366 or 15372185. OLE color: 15372185.
HSL color Cylindrical-coordinate representation of color #998FEA: hue angle of 246.59º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #998FEA is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 143 | 234 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.08 |
| HSL | 246.59º | 0.68% | 0.74% | - |
| HSV(B) | 246.59º | 0.39% | 0.92% | - |
| XYZ | 37.81 | 32.36 | 82.09 | - |
| YUV | 156.36 | 171.81 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 234 | 0.35 | 0.39 | 0 | 0.08 | 246.59 | 0.68 | 0.74 |
| Hex | 99 | 8F | EA | 23 | 27 | 0 | 8 | F7 | 44 | 4A |
| Octal | 231 | 217 | 352 | 43 | 47 | 0 | 10 | 367 | 104 | 112 |
| Binary | 10011001 | 10001111 | 11101010 | 100011 | 100111 | 0 | 1000 | 11110111 | 1000100 | 1001010 |
Color Harmonies of #998FEA
Complementary color
Monochromatic Colors of #998FEA
Black with #998FEA
Text Example
Text Example
White with #998FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FEA; }
p { color: rgb(153,143,234); }
H1.HeaderClassName
{
color: #998FEA;
}
.AnyTagClassName
{
color: #998FEA;
}
</style>
background-color css
<style>
a { background-color: #998FEA; }
a { background-color: rgb(153,143,234); }
div.DivClassName
{
background-color: #998FEA;
}
.BgClassName
{
background-color: #998FEA;
}
</style>
border-color css
<style>
span { border-color: #998FEA; }
span { border-color: rgb(153,143,234); }
td.TdClassName
{
border-color: #998FEA;
}
.TagClassName
{
border-color: #998FEA;
}
</style>