Shades of Blue Bell #968AD4
Tints of Blue Bell #968AD4
RGB
CMYK
RGB Variations
Color information
#968AD4 (or 0x968AD4) is known color: Blue Bell. HEX triplet: 96, 8A and D4. RGB value is (150,138,212). Sum of RGB (Red+Green+Blue) = 150+138+212=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 212 - color contains mainly: blue. Hex color #968AD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968AD4 is #69752B. Grayscale: #959595. Windows color (decimal): -6911276 or 13929110. OLE color: 13929110.
HSL color Cylindrical-coordinate representation of color #968AD4: hue angle of 249.73º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #968AD4 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 138 | 212 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.17 |
| HSL | 249.73º | 0.46% | 0.69% | - |
| HSV(B) | 249.73º | 0.35% | 0.83% | - |
| XYZ | 33.55 | 29.41 | 66.2 | - |
| YUV | 150.02 | 162.98 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 212 | 0.29 | 0.35 | 0 | 0.17 | 249.73 | 0.46 | 0.69 |
| Hex | 96 | 8A | D4 | 1D | 23 | 0 | 11 | FA | 2E | 45 |
| Octal | 226 | 212 | 324 | 35 | 43 | 0 | 21 | 372 | 56 | 105 |
| Binary | 10010110 | 10001010 | 11010100 | 11101 | 100011 | 0 | 10001 | 11111010 | 101110 | 1000101 |
Color Harmonies of #968AD4
Complementary color
Monochromatic Colors of #968AD4
Black with #968AD4
Text Example
Text Example
White with #968AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968AD4; }
p { color: rgb(150,138,212); }
H1.HeaderClassName
{
color: #968AD4;
}
.AnyTagClassName
{
color: #968AD4;
}
</style>
background-color css
<style>
a { background-color: #968AD4; }
a { background-color: rgb(150,138,212); }
div.DivClassName
{
background-color: #968AD4;
}
.BgClassName
{
background-color: #968AD4;
}
</style>
border-color css
<style>
span { border-color: #968AD4; }
span { border-color: rgb(150,138,212); }
td.TdClassName
{
border-color: #968AD4;
}
.TagClassName
{
border-color: #968AD4;
}
</style>