#8D8ACD

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

Shades of Blue Bell #8D8ACD

Tints of Blue Bell #8D8ACD

Color information

#8D8ACD (or 0x8D8ACD) is unknown color: approx Blue Bell. HEX triplet: 8D, 8A and CD. RGB value is (141,138,205). Sum of RGB (Red+Green+Blue) = 141+138+205=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D8ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D8ACD is #727532. Grayscale: #929292. Windows color (decimal): -7501107 or 13470349. OLE color: 13470349.

HSL color Cylindrical-coordinate representation of color #8D8ACD: hue angle of 242.69º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D8ACD is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB141138205-
CMYK0.310.3300.20
HSL242.69º40.12%67.25%-
HSV(B)242.69º32.68%80.39%-
XYZ31.0928.2561.57-
YUV146.54160.99124.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.13%
GREEN value IS 138 (54.30% from 255) = 28.51%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=29.13%
G=28.51%
B=42.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411382050.310.3300.20242.6940.1267.25
Hex8D8ACD1F21014f32843
Octal215212315374102436350103
Binary10001101100010101100110111111100001010100111100111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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