Shades of Blue Bell #928CDC
Tints of Blue Bell #928CDC
RGB
CMYK
RGB Variations
Color information
#928CDC (or 0x928CDC) is known color: Blue Bell. HEX triplet: 92, 8C and DC. RGB value is (146,140,220). Sum of RGB (Red+Green+Blue) = 146+140+220=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #928CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928CDC is #6D7323. Grayscale: #969696. Windows color (decimal): -7172900 or 14453906. OLE color: 14453906.
HSL color Cylindrical-coordinate representation of color #928CDC: hue angle of 244.5º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #928CDC is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 140 | 220 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.14 |
| HSL | 244.5º | 0.53% | 0.71% | - |
| HSV(B) | 244.5º | 0.36% | 0.86% | - |
| XYZ | 34.15 | 30.03 | 71.71 | - |
| YUV | 150.91 | 166.99 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 220 | 0.34 | 0.36 | 0 | 0.14 | 244.5 | 0.53 | 0.71 |
| Hex | 92 | 8C | DC | 22 | 24 | 0 | E | F4 | 35 | 47 |
| Octal | 222 | 214 | 334 | 42 | 44 | 0 | 16 | 364 | 65 | 107 |
| Binary | 10010010 | 10001100 | 11011100 | 100010 | 100100 | 0 | 1110 | 11110100 | 110101 | 1000111 |
Color Harmonies of #928CDC
Complementary color
Monochromatic Colors of #928CDC
Black with #928CDC
Text Example
Text Example
White with #928CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928CDC; }
p { color: rgb(146,140,220); }
H1.HeaderClassName
{
color: #928CDC;
}
.AnyTagClassName
{
color: #928CDC;
}
</style>
background-color css
<style>
a { background-color: #928CDC; }
a { background-color: rgb(146,140,220); }
div.DivClassName
{
background-color: #928CDC;
}
.BgClassName
{
background-color: #928CDC;
}
</style>
border-color css
<style>
span { border-color: #928CDC; }
span { border-color: rgb(146,140,220); }
td.TdClassName
{
border-color: #928CDC;
}
.TagClassName
{
border-color: #928CDC;
}
</style>