#8B7DDA

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

Shades of Moody Blue #8B7DDA

Tints of Moody Blue #8B7DDA

Color information

#8B7DDA (or 0x8B7DDA) is unknown color: approx Moody Blue. HEX triplet: 8B, 7D and DA. RGB value is (139,125,218). Sum of RGB (Red+Green+Blue) = 139+125+218=482 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.84% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #8B7DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7DDA is #748225. Grayscale: #8B8B8B. Windows color (decimal): -7635494 or 14318987. OLE color: 14318987.

HSL color Cylindrical-coordinate representation of color #8B7DDA: hue angle of 249.03º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B7DDA is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB139125218-
CMYK0.360.4300.15
HSL249.03º55.69%67.25%-
HSV(B)249.03º42.66%85.49%-
XYZ30.6425.2269.58-
YUV139.79172.14127.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.84%
GREEN value IS 125 (49.22% from 255) = 25.93%
BLUE value IS 218 (85.55% from 255) = 45.23%
R=28.84%
G=25.93%
B=45.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1391252180.360.4300.15249.0355.6967.25
Hex8B7DDA242B0Ff93843
Octal213175332445301737170103
Binary1000101111111011101101010010010101101111111110011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,125,218); }

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

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

 a { background-color: rgb(139,125,218); }

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

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

 span { border-color: rgb(139,125,218); }

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