#8B7FD4

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

Shades of Moody Blue #8B7FD4

Tints of Moody Blue #8B7FD4

Color information

#8B7FD4 (or 0x8B7FD4) is unknown color: approx Moody Blue. HEX triplet: 8B, 7F and D4. RGB value is (139,127,212). Sum of RGB (Red+Green+Blue) = 139+127+212=478 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.08% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 212 (83.20% from 255 or 44.35% from 478); Max value from RGB is 212 - color contains mainly: blue. Hex color #8B7FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7FD4 is #74802B. Grayscale: #8B8B8B. Windows color (decimal): -7634988 or 13926283. OLE color: 13926283.

HSL color Cylindrical-coordinate representation of color #8B7FD4: hue angle of 248.47º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B7FD4 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB139127212-
CMYK0.340.4000.17
HSL248.47º49.71%66.47%-
HSV(B)248.47º40.09%83.14%-
XYZ30.1225.4265.61-
YUV140.28168.48127.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.08%
GREEN value IS 127 (50% from 255) = 26.57%
BLUE value IS 212 (83.20% from 255) = 44.35%
R=29.08%
G=26.57%
B=44.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1391272120.340.4000.17248.4749.7166.47
Hex8B7FD42228011f83242
Octal213177324425002137062102
Binary10001011111111111010100100010101000010001111110001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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