Shades of Blue Bell #958FCF
Tints of Blue Bell #958FCF
RGB
CMYK
RGB Variations
Color information
#958FCF (or 0x958FCF) is known color: Blue Bell. HEX triplet: 95, 8F and CF. RGB value is (149,143,207). Sum of RGB (Red+Green+Blue) = 149+143+207=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #958FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958FCF is #6A7030. Grayscale: #979797. Windows color (decimal): -6975537 or 13602709. OLE color: 13602709.
HSL color Cylindrical-coordinate representation of color #958FCF: hue angle of 245.62º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #958FCF is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 143 | 207 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.19 |
| HSL | 245.63º | 0.4% | 0.69% | - |
| HSV(B) | 245.63º | 0.31% | 0.81% | - |
| XYZ | 33.48 | 30.54 | 63.16 | - |
| YUV | 152.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 207 | 0.28 | 0.31 | 0 | 0.19 | 245.63 | 0.4 | 0.69 |
| Hex | 95 | 8F | CF | 1C | 1F | 0 | 13 | F6 | 28 | 45 |
| Octal | 225 | 217 | 317 | 34 | 37 | 0 | 23 | 366 | 50 | 105 |
| Binary | 10010101 | 10001111 | 11001111 | 11100 | 11111 | 0 | 10011 | 11110110 | 101000 | 1000101 |
Color Harmonies of #958FCF
Complementary color
Monochromatic Colors of #958FCF
Black with #958FCF
Text Example
Text Example
White with #958FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958FCF; }
p { color: rgb(149,143,207); }
H1.HeaderClassName
{
color: #958FCF;
}
.AnyTagClassName
{
color: #958FCF;
}
</style>
background-color css
<style>
a { background-color: #958FCF; }
a { background-color: rgb(149,143,207); }
div.DivClassName
{
background-color: #958FCF;
}
.BgClassName
{
background-color: #958FCF;
}
</style>
border-color css
<style>
span { border-color: #958FCF; }
span { border-color: rgb(149,143,207); }
td.TdClassName
{
border-color: #958FCF;
}
.TagClassName
{
border-color: #958FCF;
}
</style>