#877DCA

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

Shades of Moody Blue #877DCA

Tints of Moody Blue #877DCA

Color information

#877DCA (or 0x877DCA) is unknown color: approx Moody Blue. HEX triplet: 87, 7D and CA. RGB value is (135,125,202). Sum of RGB (Red+Green+Blue) = 135+125+202=462 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.22% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #877DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877DCA is #788235. Grayscale: #888888. Windows color (decimal): -7897654 or 13270407. OLE color: 13270407.

HSL color Cylindrical-coordinate representation of color #877DCA: hue angle of 247.79º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #877DCA is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB135125202-
CMYK0.330.3800.21
HSL247.79º42.08%64.12%-
HSV(B)247.79º38.12%79.22%-
XYZ27.9924.0859.05-
YUV136.77164.81126.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.22%
GREEN value IS 125 (49.22% from 255) = 27.06%
BLUE value IS 202 (79.30% from 255) = 43.72%
R=29.22%
G=27.06%
B=43.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1351252020.330.3800.21247.7942.0864.12
Hex877DCA2126015f82a40
Octal207175312414602537052100
Binary10000111111110111001010100001100110010101111110001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877DCA; }

 p { color: rgb(135,125,202); }

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

<style>
 a { background-color: #877DCA; }

 a { background-color: rgb(135,125,202); }

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

<style>
 span { border-color: #877DCA; }

 span { border-color: rgb(135,125,202); }

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