#8B83DF

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

Shades of Moody Blue #8B83DF

Tints of Moody Blue #8B83DF

Color information

#8B83DF (or 0x8B83DF) is unknown color: approx Moody Blue. HEX triplet: 8B, 83 and DF. RGB value is (139,131,223). Sum of RGB (Red+Green+Blue) = 139+131+223=493 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.19% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B83DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B83DF is #747C20. Grayscale: #8F8F8F. Windows color (decimal): -7633953 or 14648203. OLE color: 14648203.

HSL color Cylindrical-coordinate representation of color #8B83DF: hue angle of 245.22º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B83DF is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139131223-
CMYK0.380.4100.13
HSL245.22º58.97%69.41%-
HSV(B)245.22º41.26%87.45%-
XYZ32.0827.0573.34-
YUV143.88172.65124.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.19%
GREEN value IS 131 (51.56% from 255) = 26.57%
BLUE value IS 223 (87.5% from 255) = 45.23%
R=28.19%
G=26.57%
B=45.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391312230.380.4100.13245.2258.9769.41
Hex8B83DF26290Df53b45
Octal213203337465101536573105
Binary10001011100000111101111110011010100101101111101011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B83DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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