#8D8AD1

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

Shades of Blue Bell #8D8AD1

Tints of Blue Bell #8D8AD1

Color information

#8D8AD1 (or 0x8D8AD1) is unknown color: approx Blue Bell. HEX triplet: 8D, 8A and D1. RGB value is (141,138,209). Sum of RGB (Red+Green+Blue) = 141+138+209=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #8D8AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8AD1 is #72752E. Grayscale: #929292. Windows color (decimal): -7501103 or 13732493. OLE color: 13732493.

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

Color convert

RGB141138209-
CMYK0.330.3400.18
HSL242.54º43.56%68.04%-
HSV(B)242.54º33.97%81.96%-
XYZ31.5828.4464.15-
YUV146.99162.99123.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.89%
GREEN value IS 138 (54.30% from 255) = 28.28%
BLUE value IS 209 (82.03% from 255) = 42.83%
R=28.89%
G=28.28%
B=42.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1411382090.330.3400.18242.5443.5668.04
Hex8D8AD12122012f32c44
Octal215212321414202236354104
Binary100011011000101011010001100001100010010010111100111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,138,209); }

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

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

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

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

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

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

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