#8B8AD2

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

Shades of Blue Bell #8B8AD2

Tints of Blue Bell #8B8AD2

Color information

#8B8AD2 (or 0x8B8AD2) is unknown color: approx Blue Bell. HEX triplet: 8B, 8A and D2. RGB value is (139,138,210). Sum of RGB (Red+Green+Blue) = 139+138+210=487 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.54% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 210 - color contains mainly: blue. Hex color #8B8AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8AD2 is #74752D. Grayscale: #929292. Windows color (decimal): -7632174 or 13798027. OLE color: 13798027.

HSL color Cylindrical-coordinate representation of color #8B8AD2: hue angle of 240.83º 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 #8B8AD2 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB139138210-
CMYK0.340.3400.18
HSL240.83º44.44%68.24%-
HSV(B)240.83º34.29%82.35%-
XYZ31.3728.3264.79-
YUV146.51163.83122.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.54%
GREEN value IS 138 (54.30% from 255) = 28.34%
BLUE value IS 210 (82.42% from 255) = 43.12%
R=28.54%
G=28.34%
B=43.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1391382100.340.3400.18240.8344.4468.24
Hex8B8AD22222012f12c44
Octal213212322424202236154104
Binary100010111000101011010010100010100010010010111100011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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