#8B7CBC

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

Shades of Moody Blue #8B7CBC

Tints of Moody Blue #8B7CBC

Color information

#8B7CBC (or 0x8B7CBC) is unknown color: approx Moody Blue. HEX triplet: 8B, 7C and BC. RGB value is (139,124,188). Sum of RGB (Red+Green+Blue) = 139+124+188=451 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.82% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B7CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7CBC is #748343. Grayscale: #878787. Windows color (decimal): -7635780 or 12352651. OLE color: 12352651.

HSL color Cylindrical-coordinate representation of color #8B7CBC: hue angle of 254.06º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B7CBC is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB139124188-
CMYK0.260.3400.26
HSL254.06º32.32%61.18%-
HSV(B)254.06º34.04%73.73%-
XYZ26.9323.5450.7-
YUV135.78157.47130.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.82%
GREEN value IS 124 (48.83% from 255) = 27.49%
BLUE value IS 188 (73.83% from 255) = 41.69%
R=30.82%
G=27.49%
B=41.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391241880.260.3400.26254.0632.3261.18
Hex8B7CBC1A2201Afe203d
Octal21317427432420323764075
Binary100010111111100101111001101010001001101011111110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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