Shades of Blue Bell #928FDA
Tints of Blue Bell #928FDA
RGB
CMYK
RGB Variations
Color information
#928FDA (or 0x928FDA) is known color: Blue Bell. HEX triplet: 92, 8F and DA. RGB value is (146,143,218). Sum of RGB (Red+Green+Blue) = 146+143+218=507 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.80% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #928FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928FDA is #6D7025. Grayscale: #989898. Windows color (decimal): -7172134 or 14323602. OLE color: 14323602.
HSL color Cylindrical-coordinate representation of color #928FDA: hue angle of 242.4º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #928FDA is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 143 | 218 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.15 |
| HSL | 242.4º | 0.5% | 0.71% | - |
| HSV(B) | 242.4º | 0.34% | 0.85% | - |
| XYZ | 34.33 | 30.82 | 70.47 | - |
| YUV | 152.45 | 164.99 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 218 | 0.33 | 0.34 | 0 | 0.15 | 242.4 | 0.5 | 0.71 |
| Hex | 92 | 8F | DA | 21 | 22 | 0 | F | F2 | 32 | 47 |
| Octal | 222 | 217 | 332 | 41 | 42 | 0 | 17 | 362 | 62 | 107 |
| Binary | 10010010 | 10001111 | 11011010 | 100001 | 100010 | 0 | 1111 | 11110010 | 110010 | 1000111 |
Color Harmonies of #928FDA
Complementary color
Monochromatic Colors of #928FDA
Black with #928FDA
Text Example
Text Example
White with #928FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928FDA; }
p { color: rgb(146,143,218); }
H1.HeaderClassName
{
color: #928FDA;
}
.AnyTagClassName
{
color: #928FDA;
}
</style>
background-color css
<style>
a { background-color: #928FDA; }
a { background-color: rgb(146,143,218); }
div.DivClassName
{
background-color: #928FDA;
}
.BgClassName
{
background-color: #928FDA;
}
</style>
border-color css
<style>
span { border-color: #928FDA; }
span { border-color: rgb(146,143,218); }
td.TdClassName
{
border-color: #928FDA;
}
.TagClassName
{
border-color: #928FDA;
}
</style>