#8D8CCA

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

Shades of Blue Bell #8D8CCA

Tints of Blue Bell #8D8CCA

Color information

#8D8CCA (or 0x8D8CCA) is unknown color: approx Blue Bell. HEX triplet: 8D, 8C and CA. RGB value is (141,140,202). Sum of RGB (Red+Green+Blue) = 141+140+202=483 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.19% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D8CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8CCA is #727335. Grayscale: #939393. Windows color (decimal): -7500598 or 13274253. OLE color: 13274253.

HSL color Cylindrical-coordinate representation of color #8D8CCA: hue angle of 240.97º 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 #8D8CCA is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141140202-
CMYK0.300.3100.21
HSL240.97º36.9%67.06%-
HSV(B)240.97º30.69%79.22%-
XYZ31.0228.6859.78-
YUV147.37158.83123.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.19%
GREEN value IS 140 (55.08% from 255) = 28.99%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=29.19%
G=28.99%
B=41.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411402020.300.3100.21240.9736.967.06
Hex8D8CCA1E1F015f12543
Octal215214312363702536145103
Binary1000110110001100110010101111011111010101111100011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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