Shades of Blue Bell #928ACB
Tints of Blue Bell #928ACB
RGB
CMYK
RGB Variations
Color information
#928ACB (or 0x928ACB) is known color: Blue Bell. HEX triplet: 92, 8A and CB. RGB value is (146,138,203). Sum of RGB (Red+Green+Blue) = 146+138+203=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #928ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928ACB is #6D7534. Grayscale: #939393. Windows color (decimal): -7173429 or 13339282. OLE color: 13339282.
HSL color Cylindrical-coordinate representation of color #928ACB: hue angle of 247.38º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #928ACB is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 138 | 203 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.20 |
| HSL | 247.38º | 0.38% | 0.67% | - |
| HSV(B) | 247.38º | 0.32% | 0.8% | - |
| XYZ | 31.72 | 28.6 | 60.35 | - |
| YUV | 147.8 | 159.15 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 203 | 0.28 | 0.32 | 0 | 0.20 | 247.38 | 0.38 | 0.67 |
| Hex | 92 | 8A | CB | 1C | 20 | 0 | 14 | F7 | 26 | 43 |
| Octal | 222 | 212 | 313 | 34 | 40 | 0 | 24 | 367 | 46 | 103 |
| Binary | 10010010 | 10001010 | 11001011 | 11100 | 100000 | 0 | 10100 | 11110111 | 100110 | 1000011 |
Color Harmonies of #928ACB
Complementary color
Monochromatic Colors of #928ACB
Black with #928ACB
Text Example
Text Example
White with #928ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928ACB; }
p { color: rgb(146,138,203); }
H1.HeaderClassName
{
color: #928ACB;
}
.AnyTagClassName
{
color: #928ACB;
}
</style>
background-color css
<style>
a { background-color: #928ACB; }
a { background-color: rgb(146,138,203); }
div.DivClassName
{
background-color: #928ACB;
}
.BgClassName
{
background-color: #928ACB;
}
</style>
border-color css
<style>
span { border-color: #928ACB; }
span { border-color: rgb(146,138,203); }
td.TdClassName
{
border-color: #928ACB;
}
.TagClassName
{
border-color: #928ACB;
}
</style>