#8B7DCF

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

Shades of Moody Blue #8B7DCF

Tints of Moody Blue #8B7DCF

Color information

#8B7DCF (or 0x8B7DCF) is unknown color: approx Moody Blue. HEX triplet: 8B, 7D and CF. RGB value is (139,125,207). Sum of RGB (Red+Green+Blue) = 139+125+207=471 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.51% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B7DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7DCF is #748230. Grayscale: #8A8A8A. Windows color (decimal): -7635505 or 13598091. OLE color: 13598091.

HSL color Cylindrical-coordinate representation of color #8B7DCF: hue angle of 250.24º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B7DCF is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB139125207-
CMYK0.330.4000.19
HSL250.24º46.07%65.1%-
HSV(B)250.24º39.61%81.18%-
XYZ29.2424.6662.25-
YUV138.53166.64128.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.51%
GREEN value IS 125 (49.22% from 255) = 26.54%
BLUE value IS 207 (81.25% from 255) = 43.95%
R=29.51%
G=26.54%
B=43.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391252070.330.4000.19250.2446.0765.1
Hex8B7DCF2128013fa2e41
Octal213175317415002337256101
Binary10001011111110111001111100001101000010011111110101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,125,207); }

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

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

 a { background-color: rgb(139,125,207); }

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

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

 span { border-color: rgb(139,125,207); }

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