Shades of Blue Bell #968BCD
Tints of Blue Bell #968BCD
RGB
CMYK
RGB Variations
Color information
#968BCD (or 0x968BCD) is known color: Blue Bell. HEX triplet: 96, 8B and CD. RGB value is (150,139,205). Sum of RGB (Red+Green+Blue) = 150+139+205=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #968BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968BCD is #697432. Grayscale: #959595. Windows color (decimal): -6911027 or 13470614. OLE color: 13470614.
HSL color Cylindrical-coordinate representation of color #968BCD: hue angle of 250º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #968BCD is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 139 | 205 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.20 |
| HSL | 250º | 0.4% | 0.67% | - |
| HSV(B) | 250º | 0.32% | 0.8% | - |
| XYZ | 32.83 | 29.36 | 61.69 | - |
| YUV | 149.81 | 159.14 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 205 | 0.27 | 0.32 | 0 | 0.20 | 250 | 0.4 | 0.67 |
| Hex | 96 | 8B | CD | 1B | 20 | 0 | 14 | FA | 28 | 43 |
| Octal | 226 | 213 | 315 | 33 | 40 | 0 | 24 | 372 | 50 | 103 |
| Binary | 10010110 | 10001011 | 11001101 | 11011 | 100000 | 0 | 10100 | 11111010 | 101000 | 1000011 |
Color Harmonies of #968BCD
Complementary color
Monochromatic Colors of #968BCD
Black with #968BCD
Text Example
Text Example
White with #968BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968BCD; }
p { color: rgb(150,139,205); }
H1.HeaderClassName
{
color: #968BCD;
}
.AnyTagClassName
{
color: #968BCD;
}
</style>
background-color css
<style>
a { background-color: #968BCD; }
a { background-color: rgb(150,139,205); }
div.DivClassName
{
background-color: #968BCD;
}
.BgClassName
{
background-color: #968BCD;
}
</style>
border-color css
<style>
span { border-color: #968BCD; }
span { border-color: rgb(150,139,205); }
td.TdClassName
{
border-color: #968BCD;
}
.TagClassName
{
border-color: #968BCD;
}
</style>