Shades of Blue Bell #959DC6
Tints of Blue Bell #959DC6
RGB
CMYK
RGB Variations
Color information
#959DC6 (or 0x959DC6) is known color: Blue Bell. HEX triplet: 95, 9D and C6. RGB value is (149,157,198). Sum of RGB (Red+Green+Blue) = 149+157+198=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 198 - color contains mainly: blue. Hex color #959DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959DC6 is #6A6239. Grayscale: #9F9F9F. Windows color (decimal): -6971962 or 13016469. OLE color: 13016469.
HSL color Cylindrical-coordinate representation of color #959DC6: hue angle of 230.2º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #959DC6 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 157 | 198 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.22 |
| HSL | 230.2º | 0.3% | 0.68% | - |
| HSV(B) | 230.2º | 0.25% | 0.78% | - |
| XYZ | 34.64 | 34.58 | 58.27 | - |
| YUV | 159.28 | 149.85 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 157 | 198 | 0.25 | 0.21 | 0 | 0.22 | 230.2 | 0.3 | 0.68 |
| Hex | 95 | 9D | C6 | 19 | 15 | 0 | 16 | E6 | 1E | 44 |
| Octal | 225 | 235 | 306 | 31 | 25 | 0 | 26 | 346 | 36 | 104 |
| Binary | 10010101 | 10011101 | 11000110 | 11001 | 10101 | 0 | 10110 | 11100110 | 11110 | 1000100 |
Color Harmonies of #959DC6
Complementary color
Monochromatic Colors of #959DC6
Black with #959DC6
Text Example
Text Example
White with #959DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959DC6; }
p { color: rgb(149,157,198); }
H1.HeaderClassName
{
color: #959DC6;
}
.AnyTagClassName
{
color: #959DC6;
}
</style>
background-color css
<style>
a { background-color: #959DC6; }
a { background-color: rgb(149,157,198); }
div.DivClassName
{
background-color: #959DC6;
}
.BgClassName
{
background-color: #959DC6;
}
</style>
border-color css
<style>
span { border-color: #959DC6; }
span { border-color: rgb(149,157,198); }
td.TdClassName
{
border-color: #959DC6;
}
.TagClassName
{
border-color: #959DC6;
}
</style>