#8B89D0

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

Shades of Blue Bell #8B89D0

Tints of Blue Bell #8B89D0

Color information

#8B89D0 (or 0x8B89D0) is unknown color: approx Blue Bell. HEX triplet: 8B, 89 and D0. RGB value is (139,137,208). Sum of RGB (Red+Green+Blue) = 139+137+208=484 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.72% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #8B89D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B89D0 is #74762F. Grayscale: #919191. Windows color (decimal): -7632432 or 13666699. OLE color: 13666699.

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

Color convert

RGB139137208-
CMYK0.330.3400.18
HSL241.69º43.03%67.65%-
HSV(B)241.69º34.13%81.57%-
XYZ30.9827.9363.43-
YUV145.69163.16123.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.72%
GREEN value IS 137 (53.91% from 255) = 28.31%
BLUE value IS 208 (81.64% from 255) = 42.98%
R=28.72%
G=28.31%
B=42.98%

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
Decimal1391372080.330.3400.18241.6943.0367.65
Hex8B89D02122012f22b44
Octal213211320414202236253104
Binary100010111000100111010000100001100010010010111100101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B89D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,137,208); }

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

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

 a { background-color: rgb(139,137,208); }

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

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

 span { border-color: rgb(139,137,208); }

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