Shades of Blue Bell #948CCC
Tints of Blue Bell #948CCC
RGB
CMYK
RGB Variations
Color information
#948CCC (or 0x948CCC) is known color: Blue Bell. HEX triplet: 94, 8C and CC. RGB value is (148,140,204). Sum of RGB (Red+Green+Blue) = 148+140+204=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #948CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948CCC is #6B7333. Grayscale: #959595. Windows color (decimal): -7041844 or 13405332. OLE color: 13405332.
HSL color Cylindrical-coordinate representation of color #948CCC: hue angle of 247.5º 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 #948CCC is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 140 | 204 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.2 |
| HSL | 247.5º | 0.39% | 0.67% | - |
| HSV(B) | 247.5º | 0.31% | 0.8% | - |
| XYZ | 32.49 | 29.41 | 61.09 | - |
| YUV | 149.69 | 158.65 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 140 | 204 | 0.27 | 0.31 | 0 | 0.2 | 247.5 | 0.39 | 0.67 |
| Hex | 94 | 8C | CC | 1B | 1F | 0 | 14 | F8 | 27 | 43 |
| Octal | 224 | 214 | 314 | 33 | 37 | 0 | 24 | 370 | 47 | 103 |
| Binary | 10010100 | 10001100 | 11001100 | 11011 | 11111 | 0 | 10100 | 11111000 | 100111 | 1000011 |
Color Harmonies of #948CCC
Complementary color
Monochromatic Colors of #948CCC
Black with #948CCC
Text Example
Text Example
White with #948CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948CCC; }
p { color: rgb(148,140,204); }
H1.HeaderClassName
{
color: #948CCC;
}
.AnyTagClassName
{
color: #948CCC;
}
</style>
background-color css
<style>
a { background-color: #948CCC; }
a { background-color: rgb(148,140,204); }
div.DivClassName
{
background-color: #948CCC;
}
.BgClassName
{
background-color: #948CCC;
}
</style>
border-color css
<style>
span { border-color: #948CCC; }
span { border-color: rgb(148,140,204); }
td.TdClassName
{
border-color: #948CCC;
}
.TagClassName
{
border-color: #948CCC;
}
</style>