Shades of Blue Bell #958FCE
Tints of Blue Bell #958FCE
RGB
CMYK
RGB Variations
Color information
#958FCE (or 0x958FCE) is known color: Blue Bell. HEX triplet: 95, 8F and CE. RGB value is (149,143,206). Sum of RGB (Red+Green+Blue) = 149+143+206=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #958FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958FCE is #6A7031. Grayscale: #979797. Windows color (decimal): -6975538 or 13537173. OLE color: 13537173.
HSL color Cylindrical-coordinate representation of color #958FCE: hue angle of 245.71º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #958FCE is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 143 | 206 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.19 |
| HSL | 245.71º | 0.39% | 0.68% | - |
| HSV(B) | 245.71º | 0.31% | 0.81% | - |
| XYZ | 33.36 | 30.49 | 62.52 | - |
| YUV | 151.98 | 158.49 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 206 | 0.28 | 0.31 | 0 | 0.19 | 245.71 | 0.39 | 0.68 |
| Hex | 95 | 8F | CE | 1C | 1F | 0 | 13 | F6 | 27 | 44 |
| Octal | 225 | 217 | 316 | 34 | 37 | 0 | 23 | 366 | 47 | 104 |
| Binary | 10010101 | 10001111 | 11001110 | 11100 | 11111 | 0 | 10011 | 11110110 | 100111 | 1000100 |
Color Harmonies of #958FCE
Complementary color
Monochromatic Colors of #958FCE
Black with #958FCE
Text Example
Text Example
White with #958FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958FCE; }
p { color: rgb(149,143,206); }
H1.HeaderClassName
{
color: #958FCE;
}
.AnyTagClassName
{
color: #958FCE;
}
</style>
background-color css
<style>
a { background-color: #958FCE; }
a { background-color: rgb(149,143,206); }
div.DivClassName
{
background-color: #958FCE;
}
.BgClassName
{
background-color: #958FCE;
}
</style>
border-color css
<style>
span { border-color: #958FCE; }
span { border-color: rgb(149,143,206); }
td.TdClassName
{
border-color: #958FCE;
}
.TagClassName
{
border-color: #958FCE;
}
</style>