#8B7BD5

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

Shades of Moody Blue #8B7BD5

Tints of Moody Blue #8B7BD5

Color information

#8B7BD5 (or 0x8B7BD5) is unknown color: approx Moody Blue. HEX triplet: 8B, 7B and D5. RGB value is (139,123,213). Sum of RGB (Red+Green+Blue) = 139+123+213=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #8B7BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7BD5 is #74842A. Grayscale: #898989. Windows color (decimal): -7636011 or 13990795. OLE color: 13990795.

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

Color convert

RGB139123213-
CMYK0.350.4200.16
HSL250.67º51.72%65.88%-
HSV(B)250.67º42.25%83.53%-
XYZ29.7424.4666.1-
YUV138.04170.3128.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.26%
GREEN value IS 123 (48.44% from 255) = 25.89%
BLUE value IS 213 (83.59% from 255) = 44.84%
R=29.26%
G=25.89%
B=44.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1391232130.350.4200.16250.6751.7265.88
Hex8B7BD5232A010fb3442
Octal213173325435202037364102
Binary10001011111101111010101100011101010010000111110111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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