Shades of Blue Bell #969CC3
Tints of Blue Bell #969CC3
RGB
CMYK
RGB Variations
Color information
#969CC3 (or 0x969CC3) is known color: Blue Bell. HEX triplet: 96, 9C and C3. RGB value is (150,156,195). Sum of RGB (Red+Green+Blue) = 150+156+195=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 195 - color contains mainly: blue. Hex color #969CC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969CC3 is #69633C. Grayscale: #9E9E9E. Windows color (decimal): -6906685 or 12819606. OLE color: 12819606.
HSL color Cylindrical-coordinate representation of color #969CC3: hue angle of 232º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #969CC3 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 156 | 195 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.24 |
| HSL | 232º | 0.27% | 0.68% | - |
| HSV(B) | 232º | 0.23% | 0.76% | - |
| XYZ | 34.32 | 34.2 | 56.42 | - |
| YUV | 158.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 156 | 195 | 0.23 | 0.20 | 0 | 0.24 | 232 | 0.27 | 0.68 |
| Hex | 96 | 9C | C3 | 17 | 14 | 0 | 18 | E8 | 1B | 44 |
| Octal | 226 | 234 | 303 | 27 | 24 | 0 | 30 | 350 | 33 | 104 |
| Binary | 10010110 | 10011100 | 11000011 | 10111 | 10100 | 0 | 11000 | 11101000 | 11011 | 1000100 |
Color Harmonies of #969CC3
Complementary color
Monochromatic Colors of #969CC3
Black with #969CC3
Text Example
Text Example
White with #969CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969CC3; }
p { color: rgb(150,156,195); }
H1.HeaderClassName
{
color: #969CC3;
}
.AnyTagClassName
{
color: #969CC3;
}
</style>
background-color css
<style>
a { background-color: #969CC3; }
a { background-color: rgb(150,156,195); }
div.DivClassName
{
background-color: #969CC3;
}
.BgClassName
{
background-color: #969CC3;
}
</style>
border-color css
<style>
span { border-color: #969CC3; }
span { border-color: rgb(150,156,195); }
td.TdClassName
{
border-color: #969CC3;
}
.TagClassName
{
border-color: #969CC3;
}
</style>