Shades of Blue Bell #968FE5
Tints of Blue Bell #968FE5
RGB
CMYK
RGB Variations
Color information
#968FE5 (or 0x968FE5) is known color: Blue Bell. HEX triplet: 96, 8F and E5. RGB value is (150,143,229). Sum of RGB (Red+Green+Blue) = 150+143+229=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #968FE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968FE5 is #69701A. Grayscale: #9A9A9A. Windows color (decimal): -6909979 or 15044502. OLE color: 15044502.
HSL color Cylindrical-coordinate representation of color #968FE5: hue angle of 244.88º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #968FE5 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 143 | 229 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.10 |
| HSL | 244.88º | 0.62% | 0.73% | - |
| HSV(B) | 244.88º | 0.38% | 0.9% | - |
| XYZ | 36.54 | 31.79 | 78.34 | - |
| YUV | 154.9 | 169.82 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 143 | 229 | 0.34 | 0.38 | 0 | 0.10 | 244.88 | 0.62 | 0.73 |
| Hex | 96 | 8F | E5 | 22 | 26 | 0 | A | F5 | 3E | 49 |
| Octal | 226 | 217 | 345 | 42 | 46 | 0 | 12 | 365 | 76 | 111 |
| Binary | 10010110 | 10001111 | 11100101 | 100010 | 100110 | 0 | 1010 | 11110101 | 111110 | 1001001 |
Color Harmonies of #968FE5
Complementary color
Monochromatic Colors of #968FE5
Black with #968FE5
Text Example
Text Example
White with #968FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968FE5; }
p { color: rgb(150,143,229); }
H1.HeaderClassName
{
color: #968FE5;
}
.AnyTagClassName
{
color: #968FE5;
}
</style>
background-color css
<style>
a { background-color: #968FE5; }
a { background-color: rgb(150,143,229); }
div.DivClassName
{
background-color: #968FE5;
}
.BgClassName
{
background-color: #968FE5;
}
</style>
border-color css
<style>
span { border-color: #968FE5; }
span { border-color: rgb(150,143,229); }
td.TdClassName
{
border-color: #968FE5;
}
.TagClassName
{
border-color: #968FE5;
}
</style>