#8B84C1

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

Shades of Moody Blue #8B84C1

Tints of Moody Blue #8B84C1

Color information

#8B84C1 (or 0x8B84C1) is unknown color: approx Moody Blue. HEX triplet: 8B, 84 and C1. RGB value is (139,132,193). Sum of RGB (Red+Green+Blue) = 139+132+193=464 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.96% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #8B84C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B84C1 is #747B3E. Grayscale: #8C8C8C. Windows color (decimal): -7633727 or 12682379. OLE color: 12682379.

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

Color convert

RGB139132193-
CMYK0.280.3200.24
HSL246.89º32.97%63.73%-
HSV(B)246.89º31.61%75.69%-
XYZ28.5225.8453.94-
YUV141.05157.32126.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.96%
GREEN value IS 132 (51.95% from 255) = 28.45%
BLUE value IS 193 (75.78% from 255) = 41.59%
R=29.96%
G=28.45%
B=41.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1391321930.280.3200.24246.8932.9763.73
Hex8B84C11C20018f72140
Octal213204301344003036741100
Binary10001011100001001100000111100100000011000111101111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B84C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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