Shades of Blue Bell #958ACE
Tints of Blue Bell #958ACE
RGB
CMYK
RGB Variations
Color information
#958ACE (or 0x958ACE) is known color: Blue Bell. HEX triplet: 95, 8A and CE. RGB value is (149,138,206). Sum of RGB (Red+Green+Blue) = 149+138+206=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #958ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958ACE is #6A7531. Grayscale: #949494. Windows color (decimal): -6976818 or 13535893. OLE color: 13535893.
HSL color Cylindrical-coordinate representation of color #958ACE: hue angle of 249.71º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #958ACE is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 138 | 206 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.19 |
| HSL | 249.71º | 0.41% | 0.67% | - |
| HSV(B) | 249.71º | 0.33% | 0.81% | - |
| XYZ | 32.62 | 29.02 | 62.28 | - |
| YUV | 149.04 | 160.14 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 206 | 0.28 | 0.33 | 0 | 0.19 | 249.71 | 0.41 | 0.67 |
| Hex | 95 | 8A | CE | 1C | 21 | 0 | 13 | FA | 29 | 43 |
| Octal | 225 | 212 | 316 | 34 | 41 | 0 | 23 | 372 | 51 | 103 |
| Binary | 10010101 | 10001010 | 11001110 | 11100 | 100001 | 0 | 10011 | 11111010 | 101001 | 1000011 |
Color Harmonies of #958ACE
Complementary color
Monochromatic Colors of #958ACE
Black with #958ACE
Text Example
Text Example
White with #958ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958ACE; }
p { color: rgb(149,138,206); }
H1.HeaderClassName
{
color: #958ACE;
}
.AnyTagClassName
{
color: #958ACE;
}
</style>
background-color css
<style>
a { background-color: #958ACE; }
a { background-color: rgb(149,138,206); }
div.DivClassName
{
background-color: #958ACE;
}
.BgClassName
{
background-color: #958ACE;
}
</style>
border-color css
<style>
span { border-color: #958ACE; }
span { border-color: rgb(149,138,206); }
td.TdClassName
{
border-color: #958ACE;
}
.TagClassName
{
border-color: #958ACE;
}
</style>