#8B83DC

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

Shades of Moody Blue #8B83DC

Tints of Moody Blue #8B83DC

Color information

#8B83DC (or 0x8B83DC) is unknown color: approx Moody Blue. HEX triplet: 8B, 83 and DC. RGB value is (139,131,220). Sum of RGB (Red+Green+Blue) = 139+131+220=490 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.37% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B83DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B83DC is #747C23. Grayscale: #8F8F8F. Windows color (decimal): -7633956 or 14451595. OLE color: 14451595.

HSL color Cylindrical-coordinate representation of color #8B83DC: hue angle of 245.39º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B83DC is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB139131220-
CMYK0.370.4000.14
HSL245.39º55.97%68.82%-
HSV(B)245.39º40.45%86.27%-
XYZ31.6826.8971.23-
YUV143.54171.15124.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.37%
GREEN value IS 131 (51.56% from 255) = 26.73%
BLUE value IS 220 (86.33% from 255) = 44.90%
R=28.37%
G=26.73%
B=44.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1391312200.370.4000.14245.3955.9768.82
Hex8B83DC25280Ef53845
Octal213203334455001636570105
Binary10001011100000111101110010010110100001110111101011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B83DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,131,220); }

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

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

 a { background-color: rgb(139,131,220); }

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

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

 span { border-color: rgb(139,131,220); }

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