Shades of Blue Bell #958AD0
Tints of Blue Bell #958AD0
RGB
CMYK
RGB Variations
Color information
#958AD0 (or 0x958AD0) is known color: Blue Bell. HEX triplet: 95, 8A and D0. RGB value is (149,138,208). Sum of RGB (Red+Green+Blue) = 149+138+208=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #958AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958AD0 is #6A752F. Grayscale: #959595. Windows color (decimal): -6976816 or 13666965. OLE color: 13666965.
HSL color Cylindrical-coordinate representation of color #958AD0: hue angle of 249.43º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #958AD0 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 138 | 208 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.18 |
| HSL | 249.43º | 0.43% | 0.68% | - |
| HSV(B) | 249.43º | 0.34% | 0.82% | - |
| XYZ | 32.87 | 29.12 | 63.56 | - |
| YUV | 149.27 | 161.14 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 208 | 0.28 | 0.34 | 0 | 0.18 | 249.43 | 0.43 | 0.68 |
| Hex | 95 | 8A | D0 | 1C | 22 | 0 | 12 | F9 | 2B | 44 |
| Octal | 225 | 212 | 320 | 34 | 42 | 0 | 22 | 371 | 53 | 104 |
| Binary | 10010101 | 10001010 | 11010000 | 11100 | 100010 | 0 | 10010 | 11111001 | 101011 | 1000100 |
Color Harmonies of #958AD0
Complementary color
Monochromatic Colors of #958AD0
Black with #958AD0
Text Example
Text Example
White with #958AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958AD0; }
p { color: rgb(149,138,208); }
H1.HeaderClassName
{
color: #958AD0;
}
.AnyTagClassName
{
color: #958AD0;
}
</style>
background-color css
<style>
a { background-color: #958AD0; }
a { background-color: rgb(149,138,208); }
div.DivClassName
{
background-color: #958AD0;
}
.BgClassName
{
background-color: #958AD0;
}
</style>
border-color css
<style>
span { border-color: #958AD0; }
span { border-color: rgb(149,138,208); }
td.TdClassName
{
border-color: #958AD0;
}
.TagClassName
{
border-color: #958AD0;
}
</style>