#8D8DBC

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

Shades of Blue Bell #8D8DBC

Tints of Blue Bell #8D8DBC

Color information

#8D8DBC (or 0x8D8DBC) is unknown color: approx Blue Bell. HEX triplet: 8D, 8D and BC. RGB value is (141,141,188). Sum of RGB (Red+Green+Blue) = 141+141+188=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D8DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8DBC is #727243. Grayscale: #929292. Windows color (decimal): -7500356 or 12357005. OLE color: 12357005.

HSL color Cylindrical-coordinate representation of color #8D8DBC: hue angle of 240º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D8DBC is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB141141188-
CMYK0.250.2500.26
HSL240º25.97%64.51%-
HSV(B)240º25%73.73%-
XYZ29.5928.3451.49-
YUV146.36151.5124.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30%
GREEN value IS 141 (55.47% from 255) = 30%
BLUE value IS 188 (73.83% from 255) = 40%
R=30%
G=30%
B=40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411411880.250.2500.2624025.9764.51
Hex8D8DBC191901Af01a41
Octal215215274313103236032101
Binary100011011000110110111100110011100101101011110000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,141,188); }

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

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

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

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

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

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

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