Shades of Blue Bell #969DC0
Tints of Blue Bell #969DC0
RGB
CMYK
RGB Variations
Color information
#969DC0 (or 0x969DC0) is known color: Blue Bell. HEX triplet: 96, 9D and C0. RGB value is (150,157,192). Sum of RGB (Red+Green+Blue) = 150+157+192=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 192 - color contains mainly: blue. Hex color #969DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969DC0 is #69623F. Grayscale: #9E9E9E. Windows color (decimal): -6906432 or 12623254. OLE color: 12623254.
HSL color Cylindrical-coordinate representation of color #969DC0: hue angle of 230º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #969DC0 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 157 | 192 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.25 |
| HSL | 230º | 0.25% | 0.67% | - |
| HSV(B) | 230º | 0.22% | 0.75% | - |
| XYZ | 34.15 | 34.4 | 54.71 | - |
| YUV | 158.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 157 | 192 | 0.22 | 0.18 | 0 | 0.25 | 230 | 0.25 | 0.67 |
| Hex | 96 | 9D | C0 | 16 | 12 | 0 | 19 | E6 | 19 | 43 |
| Octal | 226 | 235 | 300 | 26 | 22 | 0 | 31 | 346 | 31 | 103 |
| Binary | 10010110 | 10011101 | 11000000 | 10110 | 10010 | 0 | 11001 | 11100110 | 11001 | 1000011 |
Color Harmonies of #969DC0
Complementary color
Monochromatic Colors of #969DC0
Black with #969DC0
Text Example
Text Example
White with #969DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969DC0; }
p { color: rgb(150,157,192); }
H1.HeaderClassName
{
color: #969DC0;
}
.AnyTagClassName
{
color: #969DC0;
}
</style>
background-color css
<style>
a { background-color: #969DC0; }
a { background-color: rgb(150,157,192); }
div.DivClassName
{
background-color: #969DC0;
}
.BgClassName
{
background-color: #969DC0;
}
</style>
border-color css
<style>
span { border-color: #969DC0; }
span { border-color: rgb(150,157,192); }
td.TdClassName
{
border-color: #969DC0;
}
.TagClassName
{
border-color: #969DC0;
}
</style>