#8B7CBE

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

Shades of Moody Blue #8B7CBE

Tints of Moody Blue #8B7CBE

Color information

#8B7CBE (or 0x8B7CBE) is unknown color: approx Moody Blue. HEX triplet: 8B, 7C and BE. RGB value is (139,124,190). Sum of RGB (Red+Green+Blue) = 139+124+190=453 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.68% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B7CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7CBE is #748341. Grayscale: #878787. Windows color (decimal): -7635778 or 12483723. OLE color: 12483723.

HSL color Cylindrical-coordinate representation of color #8B7CBE: hue angle of 253.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B7CBE is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139124190-
CMYK0.270.3500.25
HSL253.64º33.67%61.57%-
HSV(B)253.64º34.74%74.51%-
XYZ27.1523.6251.84-
YUV136.01158.47130.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.68%
GREEN value IS 124 (48.83% from 255) = 27.37%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=30.68%
G=27.37%
B=41.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391241900.270.3500.25253.6433.6761.57
Hex8B7CBE1B23019fe223e
Octal21317427633430313764276
Binary100010111111100101111101101110001101100111111110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,124,190); }

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

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

 a { background-color: rgb(139,124,190); }

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

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

 span { border-color: rgb(139,124,190); }

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