Shades of Blue Bell #8A8BCA
Tints of Blue Bell #8A8BCA
RGB
CMYK
RGB Variations
Color information
#8A8BCA (or 0x8A8BCA) is known color: Blue Bell. HEX triplet: 8A, 8B and CA. RGB value is (138,139,202). Sum of RGB (Red+Green+Blue) = 138+139+202=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A8BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8BCA is #757435. Grayscale: #919191. Windows color (decimal): -7697462 or 13273994. OLE color: 13273994.
HSL color Cylindrical-coordinate representation of color #8A8BCA: hue angle of 239.06º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A8BCA is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 139 | 202 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.21 |
| HSL | 239.06º | 0.38% | 0.67% | - |
| HSV(B) | 239.06º | 0.32% | 0.79% | - |
| XYZ | 30.37 | 28.13 | 59.71 | - |
| YUV | 145.88 | 159.67 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 139 | 202 | 0.32 | 0.31 | 0 | 0.21 | 239.06 | 0.38 | 0.67 |
| Hex | 8A | 8B | CA | 20 | 1F | 0 | 15 | EF | 26 | 43 |
| Octal | 212 | 213 | 312 | 40 | 37 | 0 | 25 | 357 | 46 | 103 |
| Binary | 10001010 | 10001011 | 11001010 | 100000 | 11111 | 0 | 10101 | 11101111 | 100110 | 1000011 |
Color Harmonies of #8A8BCA
Complementary color
Monochromatic Colors of #8A8BCA
Black with #8A8BCA
Text Example
Text Example
White with #8A8BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8BCA; }
p { color: rgb(138,139,202); }
H1.HeaderClassName
{
color: #8A8BCA;
}
.AnyTagClassName
{
color: #8A8BCA;
}
</style>
background-color css
<style>
a { background-color: #8A8BCA; }
a { background-color: rgb(138,139,202); }
div.DivClassName
{
background-color: #8A8BCA;
}
.BgClassName
{
background-color: #8A8BCA;
}
</style>
border-color css
<style>
span { border-color: #8A8BCA; }
span { border-color: rgb(138,139,202); }
td.TdClassName
{
border-color: #8A8BCA;
}
.TagClassName
{
border-color: #8A8BCA;
}
</style>