#8B83BA

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

Shades of Moody Blue #8B83BA

Tints of Moody Blue #8B83BA

Color information

#8B83BA (or 0x8B83BA) is unknown color: approx Moody Blue. HEX triplet: 8B, 83 and BA. RGB value is (139,131,186). Sum of RGB (Red+Green+Blue) = 139+131+186=456 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.48% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B83BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B83BA is #747C45. Grayscale: #8B8B8B. Windows color (decimal): -7633990 or 12223371. OLE color: 12223371.

HSL color Cylindrical-coordinate representation of color #8B83BA: hue angle of 248.73º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B83BA is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB139131186-
CMYK0.250.3000.27
HSL248.73º28.5%62.16%-
HSV(B)248.73º29.57%72.94%-
XYZ27.6325.2749.88-
YUV139.66154.15127.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.48%
GREEN value IS 131 (51.56% from 255) = 28.73%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=30.48%
G=28.73%
B=40.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391311860.250.3000.27248.7328.562.16
Hex8B83BA191E01Bf91c3e
Octal21320327231360333713476
Binary10001011100000111011101011001111100110111111100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B83BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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