Shades of Blue Bell #968CCD
Tints of Blue Bell #968CCD
RGB
CMYK
RGB Variations
Color information
#968CCD (or 0x968CCD) is known color: Blue Bell. HEX triplet: 96, 8C and CD. RGB value is (150,140,205). Sum of RGB (Red+Green+Blue) = 150+140+205=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #968CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968CCD is #697332. Grayscale: #969696. Windows color (decimal): -6910771 or 13470870. OLE color: 13470870.
HSL color Cylindrical-coordinate representation of color #968CCD: hue angle of 249.23º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #968CCD is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 140 | 205 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.20 |
| HSL | 249.23º | 0.39% | 0.68% | - |
| HSV(B) | 249.23º | 0.32% | 0.8% | - |
| XYZ | 32.98 | 29.65 | 61.74 | - |
| YUV | 150.4 | 158.81 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 205 | 0.27 | 0.32 | 0 | 0.20 | 249.23 | 0.39 | 0.68 |
| Hex | 96 | 8C | CD | 1B | 20 | 0 | 14 | F9 | 27 | 44 |
| Octal | 226 | 214 | 315 | 33 | 40 | 0 | 24 | 371 | 47 | 104 |
| Binary | 10010110 | 10001100 | 11001101 | 11011 | 100000 | 0 | 10100 | 11111001 | 100111 | 1000100 |
Color Harmonies of #968CCD
Complementary color
Monochromatic Colors of #968CCD
Black with #968CCD
Text Example
Text Example
White with #968CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968CCD; }
p { color: rgb(150,140,205); }
H1.HeaderClassName
{
color: #968CCD;
}
.AnyTagClassName
{
color: #968CCD;
}
</style>
background-color css
<style>
a { background-color: #968CCD; }
a { background-color: rgb(150,140,205); }
div.DivClassName
{
background-color: #968CCD;
}
.BgClassName
{
background-color: #968CCD;
}
</style>
border-color css
<style>
span { border-color: #968CCD; }
span { border-color: rgb(150,140,205); }
td.TdClassName
{
border-color: #968CCD;
}
.TagClassName
{
border-color: #968CCD;
}
</style>