Shades of Blue Bell #969CCD
Tints of Blue Bell #969CCD
RGB
CMYK
RGB Variations
Color information
#969CCD (or 0x969CCD) is known color: Blue Bell. HEX triplet: 96, 9C and CD. RGB value is (150,156,205). Sum of RGB (Red+Green+Blue) = 150+156+205=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #969CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969CCD is #696332. Grayscale: #9F9F9F. Windows color (decimal): -6906675 or 13474966. OLE color: 13474966.
HSL color Cylindrical-coordinate representation of color #969CCD: hue angle of 233.45º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #969CCD is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 156 | 205 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.20 |
| HSL | 233.45º | 0.35% | 0.7% | - |
| HSV(B) | 233.45º | 0.27% | 0.8% | - |
| XYZ | 35.49 | 34.67 | 62.58 | - |
| YUV | 159.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 156 | 205 | 0.27 | 0.24 | 0 | 0.20 | 233.45 | 0.35 | 0.7 |
| Hex | 96 | 9C | CD | 1B | 18 | 0 | 14 | E9 | 23 | 46 |
| Octal | 226 | 234 | 315 | 33 | 30 | 0 | 24 | 351 | 43 | 106 |
| Binary | 10010110 | 10011100 | 11001101 | 11011 | 11000 | 0 | 10100 | 11101001 | 100011 | 1000110 |
Color Harmonies of #969CCD
Complementary color
Monochromatic Colors of #969CCD
Black with #969CCD
Text Example
Text Example
White with #969CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969CCD; }
p { color: rgb(150,156,205); }
H1.HeaderClassName
{
color: #969CCD;
}
.AnyTagClassName
{
color: #969CCD;
}
</style>
background-color css
<style>
a { background-color: #969CCD; }
a { background-color: rgb(150,156,205); }
div.DivClassName
{
background-color: #969CCD;
}
.BgClassName
{
background-color: #969CCD;
}
</style>
border-color css
<style>
span { border-color: #969CCD; }
span { border-color: rgb(150,156,205); }
td.TdClassName
{
border-color: #969CCD;
}
.TagClassName
{
border-color: #969CCD;
}
</style>