Shades of Blue Bell #958ADF
Tints of Blue Bell #958ADF
RGB
CMYK
RGB Variations
Color information
#958ADF (or 0x958ADF) is known color: Blue Bell. HEX triplet: 95, 8A and DF. RGB value is (149,138,223). Sum of RGB (Red+Green+Blue) = 149+138+223=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #958ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958ADF is #6A7520. Grayscale: #969696. Windows color (decimal): -6976801 or 14650005. OLE color: 14650005.
HSL color Cylindrical-coordinate representation of color #958ADF: hue angle of 247.76º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #958ADF is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 138 | 223 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.13 |
| HSL | 247.76º | 0.57% | 0.71% | - |
| HSV(B) | 247.76º | 0.38% | 0.87% | - |
| XYZ | 34.8 | 29.89 | 73.75 | - |
| YUV | 150.98 | 168.64 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 223 | 0.33 | 0.38 | 0 | 0.13 | 247.76 | 0.57 | 0.71 |
| Hex | 95 | 8A | DF | 21 | 26 | 0 | D | F8 | 39 | 47 |
| Octal | 225 | 212 | 337 | 41 | 46 | 0 | 15 | 370 | 71 | 107 |
| Binary | 10010101 | 10001010 | 11011111 | 100001 | 100110 | 0 | 1101 | 11111000 | 111001 | 1000111 |
Color Harmonies of #958ADF
Complementary color
Monochromatic Colors of #958ADF
Black with #958ADF
Text Example
Text Example
White with #958ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958ADF; }
p { color: rgb(149,138,223); }
H1.HeaderClassName
{
color: #958ADF;
}
.AnyTagClassName
{
color: #958ADF;
}
</style>
background-color css
<style>
a { background-color: #958ADF; }
a { background-color: rgb(149,138,223); }
div.DivClassName
{
background-color: #958ADF;
}
.BgClassName
{
background-color: #958ADF;
}
</style>
border-color css
<style>
span { border-color: #958ADF; }
span { border-color: rgb(149,138,223); }
td.TdClassName
{
border-color: #958ADF;
}
.TagClassName
{
border-color: #958ADF;
}
</style>