Shades of Blue Bell #968FE1
Tints of Blue Bell #968FE1
RGB
CMYK
RGB Variations
Color information
#968FE1 (or 0x968FE1) is known color: Blue Bell. HEX triplet: 96, 8F and E1. RGB value is (150,143,225). Sum of RGB (Red+Green+Blue) = 150+143+225=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #968FE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968FE1 is #69701E. Grayscale: #9A9A9A. Windows color (decimal): -6909983 or 14782358. OLE color: 14782358.
HSL color Cylindrical-coordinate representation of color #968FE1: hue angle of 245.12º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #968FE1 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 143 | 225 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.12 |
| HSL | 245.12º | 0.58% | 0.72% | - |
| HSV(B) | 245.12º | 0.36% | 0.88% | - |
| XYZ | 35.99 | 31.57 | 75.43 | - |
| YUV | 154.44 | 167.82 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 143 | 225 | 0.33 | 0.36 | 0 | 0.12 | 245.12 | 0.58 | 0.72 |
| Hex | 96 | 8F | E1 | 21 | 24 | 0 | C | F5 | 3A | 48 |
| Octal | 226 | 217 | 341 | 41 | 44 | 0 | 14 | 365 | 72 | 110 |
| Binary | 10010110 | 10001111 | 11100001 | 100001 | 100100 | 0 | 1100 | 11110101 | 111010 | 1001000 |
Color Harmonies of #968FE1
Complementary color
Monochromatic Colors of #968FE1
Black with #968FE1
Text Example
Text Example
White with #968FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968FE1; }
p { color: rgb(150,143,225); }
H1.HeaderClassName
{
color: #968FE1;
}
.AnyTagClassName
{
color: #968FE1;
}
</style>
background-color css
<style>
a { background-color: #968FE1; }
a { background-color: rgb(150,143,225); }
div.DivClassName
{
background-color: #968FE1;
}
.BgClassName
{
background-color: #968FE1;
}
</style>
border-color css
<style>
span { border-color: #968FE1; }
span { border-color: rgb(150,143,225); }
td.TdClassName
{
border-color: #968FE1;
}
.TagClassName
{
border-color: #968FE1;
}
</style>