#8B7FB7

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

Shades of Moody Blue #8B7FB7

Tints of Moody Blue #8B7FB7

Color information

#8B7FB7 (or 0x8B7FB7) is unknown color: approx Moody Blue. HEX triplet: 8B, 7F and B7. RGB value is (139,127,183). Sum of RGB (Red+Green+Blue) = 139+127+183=449 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.96% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 183 (71.88% from 255 or 40.76% from 449); Max value from RGB is 183 - color contains mainly: blue. Hex color #8B7FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7FB7 is #748048. Grayscale: #888888. Windows color (decimal): -7635017 or 12025739. OLE color: 12025739.

HSL color Cylindrical-coordinate representation of color #8B7FB7: hue angle of 252.86º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B7FB7 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB139127183-
CMYK0.240.3100.28
HSL252.86º28%60.78%-
HSV(B)252.86º30.6%71.76%-
XYZ26.7824.0948.04-
YUV136.97153.98129.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.96%
GREEN value IS 127 (50% from 255) = 28.29%
BLUE value IS 183 (71.88% from 255) = 40.76%
R=30.96%
G=28.29%
B=40.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1391271830.240.3100.28252.862860.78
Hex8B7FB7181F01Cfd1c3d
Octal21317726730370343753475
Binary1000101111111111011011111000111110111001111110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,127,183); }

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

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

 a { background-color: rgb(139,127,183); }

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

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

 span { border-color: rgb(139,127,183); }

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