#8C8DD0

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

Shades of Blue Bell #8C8DD0

Tints of Blue Bell #8C8DD0

Color information

#8C8DD0 (or 0x8C8DD0) is unknown color: approx Blue Bell. HEX triplet: 8C, 8D and D0. RGB value is (140,141,208). Sum of RGB (Red+Green+Blue) = 140+141+208=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #8C8DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8DD0 is #73722F. Grayscale: #949494. Windows color (decimal): -7565872 or 13667724. OLE color: 13667724.

HSL color Cylindrical-coordinate representation of color #8C8DD0: hue angle of 239.12º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8C8DD0 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB140141208-
CMYK0.330.3200.18
HSL239.12º41.98%68.24%-
HSV(B)239.12º32.69%81.57%-
XYZ31.7329.1863.63-
YUV148.34161.67122.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.63%
GREEN value IS 141 (55.47% from 255) = 28.83%
BLUE value IS 208 (81.64% from 255) = 42.54%
R=28.63%
G=28.83%
B=42.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1401412080.330.3200.18239.1241.9868.24
Hex8C8DD02120012ef2a44
Octal214215320414002235752104
Binary100011001000110111010000100001100000010010111011111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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