#8B7ED5

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

Shades of Moody Blue #8B7ED5

Tints of Moody Blue #8B7ED5

Color information

#8B7ED5 (or 0x8B7ED5) is unknown color: approx Moody Blue. HEX triplet: 8B, 7E and D5. RGB value is (139,126,213). Sum of RGB (Red+Green+Blue) = 139+126+213=478 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.08% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 213 (83.59% from 255 or 44.56% from 478); Max value from RGB is 213 - color contains mainly: blue. Hex color #8B7ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7ED5 is #74812A. Grayscale: #8B8B8B. Windows color (decimal): -7635243 or 13991563. OLE color: 13991563.

HSL color Cylindrical-coordinate representation of color #8B7ED5: hue angle of 248.97º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B7ED5 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB139126213-
CMYK0.350.4100.16
HSL248.97º50.88%66.47%-
HSV(B)248.97º40.85%83.53%-
XYZ30.1225.2166.23-
YUV139.8169.31127.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.08%
GREEN value IS 126 (49.61% from 255) = 26.36%
BLUE value IS 213 (83.59% from 255) = 44.56%
R=29.08%
G=26.36%
B=44.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1391262130.350.4100.16248.9750.8866.47
Hex8B7ED52329010f93342
Octal213176325435102037163102
Binary10001011111111011010101100011101001010000111110011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,126,213); }

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

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

 a { background-color: rgb(139,126,213); }

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

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

 span { border-color: rgb(139,126,213); }

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