Shades of Blue Bell #959ACF
Tints of Blue Bell #959ACF
RGB
CMYK
RGB Variations
Color information
#959ACF (or 0x959ACF) is known color: Blue Bell. HEX triplet: 95, 9A and CF. RGB value is (149,154,207). Sum of RGB (Red+Green+Blue) = 149+154+207=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #959ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ACF is #6A6530. Grayscale: #9E9E9E. Windows color (decimal): -6972721 or 13605525. OLE color: 13605525.
HSL color Cylindrical-coordinate representation of color #959ACF: hue angle of 234.83º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #959ACF is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 154 | 207 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.19 |
| HSL | 234.83º | 0.38% | 0.7% | - |
| HSV(B) | 234.83º | 0.28% | 0.81% | - |
| XYZ | 35.21 | 34.01 | 63.74 | - |
| YUV | 158.55 | 155.34 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 154 | 207 | 0.28 | 0.26 | 0 | 0.19 | 234.83 | 0.38 | 0.7 |
| Hex | 95 | 9A | CF | 1C | 1A | 0 | 13 | EB | 26 | 46 |
| Octal | 225 | 232 | 317 | 34 | 32 | 0 | 23 | 353 | 46 | 106 |
| Binary | 10010101 | 10011010 | 11001111 | 11100 | 11010 | 0 | 10011 | 11101011 | 100110 | 1000110 |
Color Harmonies of #959ACF
Complementary color
Monochromatic Colors of #959ACF
Black with #959ACF
Text Example
Text Example
White with #959ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959ACF; }
p { color: rgb(149,154,207); }
H1.HeaderClassName
{
color: #959ACF;
}
.AnyTagClassName
{
color: #959ACF;
}
</style>
background-color css
<style>
a { background-color: #959ACF; }
a { background-color: rgb(149,154,207); }
div.DivClassName
{
background-color: #959ACF;
}
.BgClassName
{
background-color: #959ACF;
}
</style>
border-color css
<style>
span { border-color: #959ACF; }
span { border-color: rgb(149,154,207); }
td.TdClassName
{
border-color: #959ACF;
}
.TagClassName
{
border-color: #959ACF;
}
</style>