Shades of Blue Bell #958ACD
Tints of Blue Bell #958ACD
RGB
CMYK
RGB Variations
Color information
#958ACD (or 0x958ACD) is known color: Blue Bell. HEX triplet: 95, 8A and CD. RGB value is (149,138,205). Sum of RGB (Red+Green+Blue) = 149+138+205=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #958ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958ACD is #6A7532. Grayscale: #949494. Windows color (decimal): -6976819 or 13470357. OLE color: 13470357.
HSL color Cylindrical-coordinate representation of color #958ACD: hue angle of 249.85º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #958ACD is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 138 | 205 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.20 |
| HSL | 249.85º | 0.4% | 0.67% | - |
| HSV(B) | 249.85º | 0.33% | 0.8% | - |
| XYZ | 32.5 | 28.97 | 61.64 | - |
| YUV | 148.93 | 159.64 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 205 | 0.27 | 0.33 | 0 | 0.20 | 249.85 | 0.4 | 0.67 |
| Hex | 95 | 8A | CD | 1B | 21 | 0 | 14 | FA | 28 | 43 |
| Octal | 225 | 212 | 315 | 33 | 41 | 0 | 24 | 372 | 50 | 103 |
| Binary | 10010101 | 10001010 | 11001101 | 11011 | 100001 | 0 | 10100 | 11111010 | 101000 | 1000011 |
Color Harmonies of #958ACD
Complementary color
Monochromatic Colors of #958ACD
Black with #958ACD
Text Example
Text Example
White with #958ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958ACD; }
p { color: rgb(149,138,205); }
H1.HeaderClassName
{
color: #958ACD;
}
.AnyTagClassName
{
color: #958ACD;
}
</style>
background-color css
<style>
a { background-color: #958ACD; }
a { background-color: rgb(149,138,205); }
div.DivClassName
{
background-color: #958ACD;
}
.BgClassName
{
background-color: #958ACD;
}
</style>
border-color css
<style>
span { border-color: #958ACD; }
span { border-color: rgb(149,138,205); }
td.TdClassName
{
border-color: #958ACD;
}
.TagClassName
{
border-color: #958ACD;
}
</style>