Shades of Blue Bell #928CCB
Tints of Blue Bell #928CCB
RGB
CMYK
RGB Variations
Color information
#928CCB (or 0x928CCB) is known color: Blue Bell. HEX triplet: 92, 8C and CB. RGB value is (146,140,203). Sum of RGB (Red+Green+Blue) = 146+140+203=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #928CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928CCB is #6D7334. Grayscale: #949494. Windows color (decimal): -7172917 or 13339794. OLE color: 13339794.
HSL color Cylindrical-coordinate representation of color #928CCB: hue angle of 245.71º degrees, saturation: 0.38, 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 #928CCB is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 140 | 203 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.20 |
| HSL | 245.71º | 0.38% | 0.67% | - |
| HSV(B) | 245.71º | 0.31% | 0.8% | - |
| XYZ | 32.01 | 29.18 | 60.44 | - |
| YUV | 148.98 | 158.49 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 203 | 0.28 | 0.31 | 0 | 0.20 | 245.71 | 0.38 | 0.67 |
| Hex | 92 | 8C | CB | 1C | 1F | 0 | 14 | F6 | 26 | 43 |
| Octal | 222 | 214 | 313 | 34 | 37 | 0 | 24 | 366 | 46 | 103 |
| Binary | 10010010 | 10001100 | 11001011 | 11100 | 11111 | 0 | 10100 | 11110110 | 100110 | 1000011 |
Color Harmonies of #928CCB
Complementary color
Monochromatic Colors of #928CCB
Black with #928CCB
Text Example
Text Example
White with #928CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928CCB; }
p { color: rgb(146,140,203); }
H1.HeaderClassName
{
color: #928CCB;
}
.AnyTagClassName
{
color: #928CCB;
}
</style>
background-color css
<style>
a { background-color: #928CCB; }
a { background-color: rgb(146,140,203); }
div.DivClassName
{
background-color: #928CCB;
}
.BgClassName
{
background-color: #928CCB;
}
</style>
border-color css
<style>
span { border-color: #928CCB; }
span { border-color: rgb(146,140,203); }
td.TdClassName
{
border-color: #928CCB;
}
.TagClassName
{
border-color: #928CCB;
}
</style>