Shades of Blue Bell #958CCC
Tints of Blue Bell #958CCC
RGB
CMYK
RGB Variations
Color information
#958CCC (or 0x958CCC) is known color: Blue Bell. HEX triplet: 95, 8C and CC. RGB value is (149,140,204). Sum of RGB (Red+Green+Blue) = 149+140+204=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #958CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958CCC is #6A7333. Grayscale: #959595. Windows color (decimal): -6976308 or 13405333. OLE color: 13405333.
HSL color Cylindrical-coordinate representation of color #958CCC: hue angle of 248.44º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #958CCC is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 140 | 204 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.2 |
| HSL | 248.44º | 0.39% | 0.67% | - |
| HSV(B) | 248.44º | 0.31% | 0.8% | - |
| XYZ | 32.67 | 29.51 | 61.1 | - |
| YUV | 149.99 | 158.48 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 204 | 0.27 | 0.31 | 0 | 0.2 | 248.44 | 0.39 | 0.67 |
| Hex | 95 | 8C | CC | 1B | 1F | 0 | 14 | F8 | 27 | 43 |
| Octal | 225 | 214 | 314 | 33 | 37 | 0 | 24 | 370 | 47 | 103 |
| Binary | 10010101 | 10001100 | 11001100 | 11011 | 11111 | 0 | 10100 | 11111000 | 100111 | 1000011 |
Color Harmonies of #958CCC
Complementary color
Monochromatic Colors of #958CCC
Black with #958CCC
Text Example
Text Example
White with #958CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958CCC; }
p { color: rgb(149,140,204); }
H1.HeaderClassName
{
color: #958CCC;
}
.AnyTagClassName
{
color: #958CCC;
}
</style>
background-color css
<style>
a { background-color: #958CCC; }
a { background-color: rgb(149,140,204); }
div.DivClassName
{
background-color: #958CCC;
}
.BgClassName
{
background-color: #958CCC;
}
</style>
border-color css
<style>
span { border-color: #958CCC; }
span { border-color: rgb(149,140,204); }
td.TdClassName
{
border-color: #958CCC;
}
.TagClassName
{
border-color: #958CCC;
}
</style>