#8B89C1

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

Shades of Moody Blue #8B89C1

Tints of Moody Blue #8B89C1

Color information

#8B89C1 (or 0x8B89C1) is unknown color: approx Moody Blue. HEX triplet: 8B, 89 and C1. RGB value is (139,137,193). Sum of RGB (Red+Green+Blue) = 139+137+193=469 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.64% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #8B89C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B89C1 is #74763E. Grayscale: #8F8F8F. Windows color (decimal): -7632447 or 12683659. OLE color: 12683659.

HSL color Cylindrical-coordinate representation of color #8B89C1: hue angle of 242.14º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B89C1 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB139137193-
CMYK0.280.2900.24
HSL242.14º31.11%64.71%-
HSV(B)242.14º29.02%75.69%-
XYZ29.2227.2354.17-
YUV143.98155.66124.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.64%
GREEN value IS 137 (53.91% from 255) = 29.21%
BLUE value IS 193 (75.78% from 255) = 41.15%
R=29.64%
G=29.21%
B=41.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1391371930.280.2900.24242.1431.1164.71
Hex8B89C11C1D018f21f41
Octal213211301343503036237101
Binary100010111000100111000001111001110101100011110010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B89C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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