#8B83DB

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

Shades of Moody Blue #8B83DB

Tints of Moody Blue #8B83DB

Color information

#8B83DB (or 0x8B83DB) is unknown color: approx Moody Blue. HEX triplet: 8B, 83 and DB. RGB value is (139,131,219). Sum of RGB (Red+Green+Blue) = 139+131+219=489 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.43% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B83DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B83DB is #747C24. Grayscale: #8F8F8F. Windows color (decimal): -7633957 or 14386059. OLE color: 14386059.

HSL color Cylindrical-coordinate representation of color #8B83DB: hue angle of 245.45º degrees, saturation: 0.55, 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 #8B83DB is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB139131219-
CMYK0.370.4000.14
HSL245.45º55%68.63%-
HSV(B)245.45º40.18%85.88%-
XYZ31.5526.8470.53-
YUV143.42170.65124.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.43%
GREEN value IS 131 (51.56% from 255) = 26.79%
BLUE value IS 219 (85.94% from 255) = 44.79%
R=28.43%
G=26.79%
B=44.79%

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
Decimal1391312190.370.4000.14245.455568.63
Hex8B83DB25280Ef53745
Octal213203333455001636567105
Binary10001011100000111101101110010110100001110111101011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B83DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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