#8b7bcf

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

Shades of Moody Blue #8B7BCF

Tints of Moody Blue #8B7BCF

Color information

#8B7BCF (or 0x8B7BCF) is unknown color: approx Moody Blue. HEX triplet: 8B, 7B and CF. RGB value is (139,123,207). Sum of RGB (Red+Green+Blue) = 139+123+207=469 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.64% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B7BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7BCF is #748430. Grayscale: #898989. Windows color (decimal): -7636017 or 13597579. OLE color: 13597579.

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

Color convert

RGB139123207-
CMYK0.330.4100.19
HSL251.43º46.67%64.71%-
HSV(B)251.43º40.58%81.18%-
XYZ28.9924.1662.17-
YUV137.36167.3129.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.64%
GREEN value IS 123 (48.44% from 255) = 26.23%
BLUE value IS 207 (81.25% from 255) = 44.14%
R=29.64%
G=26.23%
B=44.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391232070.330.4100.19251.4346.6764.71
Hex8B7BCF2129013fb2f41
Octal213173317415102337357101
Binary10001011111101111001111100001101001010011111110111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b7bcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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