Shades of Blue Bell #969CC8
Tints of Blue Bell #969CC8
RGB
CMYK
RGB Variations
Color information
#969CC8 (or 0x969CC8) is known color: Blue Bell. HEX triplet: 96, 9C and C8. RGB value is (150,156,200). Sum of RGB (Red+Green+Blue) = 150+156+200=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 200 - color contains mainly: blue. Hex color #969CC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969CC8 is #696337. Grayscale: #9F9F9F. Windows color (decimal): -6906680 or 13147286. OLE color: 13147286.
HSL color Cylindrical-coordinate representation of color #969CC8: hue angle of 232.8º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #969CC8 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 156 | 200 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.22 |
| HSL | 232.8º | 0.31% | 0.69% | - |
| HSV(B) | 232.8º | 0.25% | 0.78% | - |
| XYZ | 34.89 | 34.43 | 59.45 | - |
| YUV | 159.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 156 | 200 | 0.25 | 0.22 | 0 | 0.22 | 232.8 | 0.31 | 0.69 |
| Hex | 96 | 9C | C8 | 19 | 16 | 0 | 16 | E9 | 1F | 45 |
| Octal | 226 | 234 | 310 | 31 | 26 | 0 | 26 | 351 | 37 | 105 |
| Binary | 10010110 | 10011100 | 11001000 | 11001 | 10110 | 0 | 10110 | 11101001 | 11111 | 1000101 |
Color Harmonies of #969CC8
Complementary color
Monochromatic Colors of #969CC8
Black with #969CC8
Text Example
Text Example
White with #969CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969CC8; }
p { color: rgb(150,156,200); }
H1.HeaderClassName
{
color: #969CC8;
}
.AnyTagClassName
{
color: #969CC8;
}
</style>
background-color css
<style>
a { background-color: #969CC8; }
a { background-color: rgb(150,156,200); }
div.DivClassName
{
background-color: #969CC8;
}
.BgClassName
{
background-color: #969CC8;
}
</style>
border-color css
<style>
span { border-color: #969CC8; }
span { border-color: rgb(150,156,200); }
td.TdClassName
{
border-color: #969CC8;
}
.TagClassName
{
border-color: #969CC8;
}
</style>