Shades of Blue Bell #959ACC
Tints of Blue Bell #959ACC
RGB
CMYK
RGB Variations
Color information
#959ACC (or 0x959ACC) is known color: Blue Bell. HEX triplet: 95, 9A and CC. RGB value is (149,154,204). Sum of RGB (Red+Green+Blue) = 149+154+204=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #959ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ACC is #6A6533. Grayscale: #9E9E9E. Windows color (decimal): -6972724 or 13408917. OLE color: 13408917.
HSL color Cylindrical-coordinate representation of color #959ACC: hue angle of 234.55º degrees, saturation: 0.35, 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 #959ACC is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 154 | 204 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.2 |
| HSL | 234.55º | 0.35% | 0.69% | - |
| HSV(B) | 234.55º | 0.27% | 0.8% | - |
| XYZ | 34.85 | 33.86 | 61.83 | - |
| YUV | 158.21 | 153.84 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 154 | 204 | 0.27 | 0.25 | 0 | 0.2 | 234.55 | 0.35 | 0.69 |
| Hex | 95 | 9A | CC | 1B | 19 | 0 | 14 | EB | 23 | 45 |
| Octal | 225 | 232 | 314 | 33 | 31 | 0 | 24 | 353 | 43 | 105 |
| Binary | 10010101 | 10011010 | 11001100 | 11011 | 11001 | 0 | 10100 | 11101011 | 100011 | 1000101 |
Color Harmonies of #959ACC
Complementary color
Monochromatic Colors of #959ACC
Black with #959ACC
Text Example
Text Example
White with #959ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959ACC; }
p { color: rgb(149,154,204); }
H1.HeaderClassName
{
color: #959ACC;
}
.AnyTagClassName
{
color: #959ACC;
}
</style>
background-color css
<style>
a { background-color: #959ACC; }
a { background-color: rgb(149,154,204); }
div.DivClassName
{
background-color: #959ACC;
}
.BgClassName
{
background-color: #959ACC;
}
</style>
border-color css
<style>
span { border-color: #959ACC; }
span { border-color: rgb(149,154,204); }
td.TdClassName
{
border-color: #959ACC;
}
.TagClassName
{
border-color: #959ACC;
}
</style>