#8785DA

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

Shades of Moody Blue #8785DA

Tints of Moody Blue #8785DA

Color information

#8785DA (or 0x8785DA) is unknown color: approx Moody Blue. HEX triplet: 87, 85 and DA. RGB value is (135,133,218). Sum of RGB (Red+Green+Blue) = 135+133+218=486 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.78% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #8785DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8785DA is #787A25. Grayscale: #8E8E8E. Windows color (decimal): -7895590 or 14321031. OLE color: 14321031.

HSL color Cylindrical-coordinate representation of color #8785DA: hue angle of 241.41º degrees, saturation: 0.53, 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 #8785DA is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB135133218-
CMYK0.380.3900.15
HSL241.41º53.46%68.82%-
HSV(B)241.41º38.99%85.49%-
XYZ31.0326.9969.9-
YUV143.29170.16122.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.78%
GREEN value IS 133 (52.34% from 255) = 27.37%
BLUE value IS 218 (85.55% from 255) = 44.86%
R=27.78%
G=27.37%
B=44.86%

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
Decimal1351332180.380.3900.15241.4153.4668.82
Hex8785DA26270Ff13545
Octal207205332464701736165105
Binary10000111100001011101101010011010011101111111100011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8785DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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