#8B7EC5

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

Shades of Moody Blue #8B7EC5

Tints of Moody Blue #8B7EC5

Color information

#8B7EC5 (or 0x8B7EC5) is unknown color: approx Moody Blue. HEX triplet: 8B, 7E and C5. RGB value is (139,126,197). Sum of RGB (Red+Green+Blue) = 139+126+197=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 197 (77.34% from 255 or 42.64% from 462); Max value from RGB is 197 - color contains mainly: blue. Hex color #8B7EC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7EC5 is #74813A. Grayscale: #898989. Windows color (decimal): -7635259 or 12942987. OLE color: 12942987.

HSL color Cylindrical-coordinate representation of color #8B7EC5: hue angle of 250.99º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B7EC5 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB139126197-
CMYK0.290.3600.23
HSL250.99º37.97%63.33%-
HSV(B)250.99º36.04%77.25%-
XYZ28.1924.4456.06-
YUV137.98161.31128.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.09%
GREEN value IS 126 (49.61% from 255) = 27.27%
BLUE value IS 197 (77.34% from 255) = 42.64%
R=30.09%
G=27.27%
B=42.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1391261970.290.3600.23250.9937.9763.33
Hex8B7EC51D24017fb263f
Octal21317630535440273734677
Binary100010111111110110001011110110010001011111111011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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