Shades of Blue Bell #948CCA
Tints of Blue Bell #948CCA
RGB
CMYK
RGB Variations
Color information
#948CCA (or 0x948CCA) is known color: Blue Bell. HEX triplet: 94, 8C and CA. RGB value is (148,140,202). Sum of RGB (Red+Green+Blue) = 148+140+202=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #948CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948CCA is #6B7335. Grayscale: #959595. Windows color (decimal): -7041846 or 13274260. OLE color: 13274260.
HSL color Cylindrical-coordinate representation of color #948CCA: hue angle of 247.74º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #948CCA is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 140 | 202 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.21 |
| HSL | 247.74º | 0.37% | 0.67% | - |
| HSV(B) | 247.74º | 0.31% | 0.79% | - |
| XYZ | 32.25 | 29.32 | 59.84 | - |
| YUV | 149.46 | 157.65 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 140 | 202 | 0.27 | 0.31 | 0 | 0.21 | 247.74 | 0.37 | 0.67 |
| Hex | 94 | 8C | CA | 1B | 1F | 0 | 15 | F8 | 25 | 43 |
| Octal | 224 | 214 | 312 | 33 | 37 | 0 | 25 | 370 | 45 | 103 |
| Binary | 10010100 | 10001100 | 11001010 | 11011 | 11111 | 0 | 10101 | 11111000 | 100101 | 1000011 |
Color Harmonies of #948CCA
Complementary color
Monochromatic Colors of #948CCA
Black with #948CCA
Text Example
Text Example
White with #948CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948CCA; }
p { color: rgb(148,140,202); }
H1.HeaderClassName
{
color: #948CCA;
}
.AnyTagClassName
{
color: #948CCA;
}
</style>
background-color css
<style>
a { background-color: #948CCA; }
a { background-color: rgb(148,140,202); }
div.DivClassName
{
background-color: #948CCA;
}
.BgClassName
{
background-color: #948CCA;
}
</style>
border-color css
<style>
span { border-color: #948CCA; }
span { border-color: rgb(148,140,202); }
td.TdClassName
{
border-color: #948CCA;
}
.TagClassName
{
border-color: #948CCA;
}
</style>