#8B7FDA

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

Shades of Moody Blue #8B7FDA

Tints of Moody Blue #8B7FDA

Color information

#8B7FDA (or 0x8B7FDA) is unknown color: approx Moody Blue. HEX triplet: 8B, 7F and DA. RGB value is (139,127,218). Sum of RGB (Red+Green+Blue) = 139+127+218=484 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.72% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #8B7FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7FDA is #748025. Grayscale: #8C8C8C. Windows color (decimal): -7634982 or 14319499. OLE color: 14319499.

HSL color Cylindrical-coordinate representation of color #8B7FDA: hue angle of 247.91º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B7FDA is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB139127218-
CMYK0.360.4200.15
HSL247.91º55.15%67.65%-
HSV(B)247.91º41.74%85.49%-
XYZ30.8925.7369.67-
YUV140.96171.48126.6-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.72%
GREEN value IS 127 (50% from 255) = 26.24%
BLUE value IS 218 (85.55% from 255) = 45.04%
R=28.72%
G=26.24%
B=45.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1391272180.360.4200.15247.9155.1567.65
Hex8B7FDA242A0Ff83744
Octal213177332445201737067104
Binary1000101111111111101101010010010101001111111110001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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