#8B8ACD

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

Shades of Blue Bell #8B8ACD

Tints of Blue Bell #8B8ACD

Color information

#8B8ACD (or 0x8B8ACD) is unknown color: approx Blue Bell. HEX triplet: 8B, 8A and CD. RGB value is (139,138,205). Sum of RGB (Red+Green+Blue) = 139+138+205=482 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.84% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B8ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8ACD is #747532. Grayscale: #919191. Windows color (decimal): -7632179 or 13470347. OLE color: 13470347.

HSL color Cylindrical-coordinate representation of color #8B8ACD: hue angle of 240.9º 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 #8B8ACD is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB139138205-
CMYK0.320.3300.20
HSL240.9º40.12%67.25%-
HSV(B)240.9º32.68%80.39%-
XYZ30.7628.0761.56-
YUV145.94161.33123.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.84%
GREEN value IS 138 (54.30% from 255) = 28.63%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=28.84%
G=28.63%
B=42.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391382050.320.3300.20240.940.1267.25
Hex8B8ACD2021014f12843
Octal213212315404102436150103
Binary100010111000101011001101100000100001010100111100011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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