#8B8DCA

Color #8B8DCA Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #8B8DCA

Tints of Blue Bell #8B8DCA

Color information

#8B8DCA (or 0x8B8DCA) is unknown color: approx Blue Bell. HEX triplet: 8B, 8D and CA. RGB value is (139,141,202). Sum of RGB (Red+Green+Blue) = 139+141+202=482 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.84% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B8DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8DCA is #747235. Grayscale: #939393. Windows color (decimal): -7631414 or 13274507. OLE color: 13274507.

HSL color Cylindrical-coordinate representation of color #8B8DCA: hue angle of 238.1º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B8DCA is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139141202-
CMYK0.310.3000.21
HSL238.1º37.28%66.86%-
HSV(B)238.1º31.19%79.22%-
XYZ30.8328.859.81-
YUV147.36158.84122.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 28.84%
GREEN value IS 141 (55.47% from 255) = 29.25%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=28.84%
G=29.25%
B=41.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391412020.310.3000.21238.137.2866.86
Hex8B8DCA1F1E015ee2543
Octal213215312373602535645103
Binary1000101110001101110010101111111110010101111011101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B8DCA; }

 p { color: rgb(139,141,202); }

 H1.HeaderClassName
 {
   color: #8B8DCA;
 }
 .AnyTagClassName
 {
   color: #8B8DCA;
 }
</style>
background-color css

<style>
 a { background-color: #8B8DCA; }

 a { background-color: rgb(139,141,202); }

 div.DivClassName
 {
   background-color: #8B8DCA;
 }
 .BgClassName
 {
   background-color: #8B8DCA;
 }
</style>
border-color css

<style>
 span { border-color: #8B8DCA; }

 span { border-color: rgb(139,141,202); }

 td.TdClassName
 {
   border-color: #8B8DCA;
 }
 .TagClassName
 {
   border-color: #8B8DCA;
 }
</style>