Shades of Blue Bell #959CCD
Tints of Blue Bell #959CCD
RGB
CMYK
RGB Variations
Color information
#959CCD (or 0x959CCD) is known color: Blue Bell. HEX triplet: 95, 9C and CD. RGB value is (149,156,205). Sum of RGB (Red+Green+Blue) = 149+156+205=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #959CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959CCD is #6A6332. Grayscale: #9F9F9F. Windows color (decimal): -6972211 or 13474965. OLE color: 13474965.
HSL color Cylindrical-coordinate representation of color #959CCD: hue angle of 232.5º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #959CCD is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 156 | 205 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.20 |
| HSL | 232.5º | 0.36% | 0.69% | - |
| HSV(B) | 232.5º | 0.27% | 0.8% | - |
| XYZ | 35.3 | 34.57 | 62.57 | - |
| YUV | 159.49 | 153.68 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 205 | 0.27 | 0.24 | 0 | 0.20 | 232.5 | 0.36 | 0.69 |
| Hex | 95 | 9C | CD | 1B | 18 | 0 | 14 | E8 | 24 | 45 |
| Octal | 225 | 234 | 315 | 33 | 30 | 0 | 24 | 350 | 44 | 105 |
| Binary | 10010101 | 10011100 | 11001101 | 11011 | 11000 | 0 | 10100 | 11101000 | 100100 | 1000101 |
Color Harmonies of #959CCD
Complementary color
Monochromatic Colors of #959CCD
Black with #959CCD
Text Example
Text Example
White with #959CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959CCD; }
p { color: rgb(149,156,205); }
H1.HeaderClassName
{
color: #959CCD;
}
.AnyTagClassName
{
color: #959CCD;
}
</style>
background-color css
<style>
a { background-color: #959CCD; }
a { background-color: rgb(149,156,205); }
div.DivClassName
{
background-color: #959CCD;
}
.BgClassName
{
background-color: #959CCD;
}
</style>
border-color css
<style>
span { border-color: #959CCD; }
span { border-color: rgb(149,156,205); }
td.TdClassName
{
border-color: #959CCD;
}
.TagClassName
{
border-color: #959CCD;
}
</style>