#8784DA

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

Shades of Moody Blue #8784DA

Tints of Moody Blue #8784DA

Color information

#8784DA (or 0x8784DA) is unknown color: approx Moody Blue. HEX triplet: 87, 84 and DA. RGB value is (135,132,218). Sum of RGB (Red+Green+Blue) = 135+132+218=485 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.84% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #8784DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8784DA is #787B25. Grayscale: #8E8E8E. Windows color (decimal): -7895846 or 14320775. OLE color: 14320775.

HSL color Cylindrical-coordinate representation of color #8784DA: hue angle of 242.09º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8784DA is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB135132218-
CMYK0.380.3900.15
HSL242.09º53.75%68.63%-
HSV(B)242.09º39.45%85.49%-
XYZ30.926.7269.86-
YUV142.7170.49122.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.84%
GREEN value IS 132 (51.95% from 255) = 27.22%
BLUE value IS 218 (85.55% from 255) = 44.95%
R=27.84%
G=27.22%
B=44.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1351322180.380.3900.15242.0953.7568.63
Hex8784DA26270Ff23645
Octal207204332464701736266105
Binary10000111100001001101101010011010011101111111100101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8784DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8784DA; }

 p { color: rgb(135,132,218); }

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

<style>
 a { background-color: #8784DA; }

 a { background-color: rgb(135,132,218); }

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

<style>
 span { border-color: #8784DA; }

 span { border-color: rgb(135,132,218); }

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