Shades of Blue Bell #8A8CCB
Tints of Blue Bell #8A8CCB
RGB
CMYK
RGB Variations
Color information
#8A8CCB (or 0x8A8CCB) is known color: Blue Bell. HEX triplet: 8A, 8C and CB. RGB value is (138,140,203). Sum of RGB (Red+Green+Blue) = 138+140+203=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A8CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8CCB is #757334. Grayscale: #929292. Windows color (decimal): -7697205 or 13339786. OLE color: 13339786.
HSL color Cylindrical-coordinate representation of color #8A8CCB: hue angle of 238.15º 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 #8A8CCB is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 140 | 203 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.20 |
| HSL | 238.15º | 0.38% | 0.67% | - |
| HSV(B) | 238.15º | 0.32% | 0.8% | - |
| XYZ | 30.64 | 28.47 | 60.38 | - |
| YUV | 146.58 | 159.84 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 140 | 203 | 0.32 | 0.31 | 0 | 0.20 | 238.15 | 0.38 | 0.67 |
| Hex | 8A | 8C | CB | 20 | 1F | 0 | 14 | EE | 26 | 43 |
| Octal | 212 | 214 | 313 | 40 | 37 | 0 | 24 | 356 | 46 | 103 |
| Binary | 10001010 | 10001100 | 11001011 | 100000 | 11111 | 0 | 10100 | 11101110 | 100110 | 1000011 |
Color Harmonies of #8A8CCB
Complementary color
Monochromatic Colors of #8A8CCB
Black with #8A8CCB
Text Example
Text Example
White with #8A8CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8CCB; }
p { color: rgb(138,140,203); }
H1.HeaderClassName
{
color: #8A8CCB;
}
.AnyTagClassName
{
color: #8A8CCB;
}
</style>
background-color css
<style>
a { background-color: #8A8CCB; }
a { background-color: rgb(138,140,203); }
div.DivClassName
{
background-color: #8A8CCB;
}
.BgClassName
{
background-color: #8A8CCB;
}
</style>
border-color css
<style>
span { border-color: #8A8CCB; }
span { border-color: rgb(138,140,203); }
td.TdClassName
{
border-color: #8A8CCB;
}
.TagClassName
{
border-color: #8A8CCB;
}
</style>