Html Css Color HEX #877DDC Moody Blue

📋 copy color: '#877DDC'

red 135 ◦ green 125 ◦ blue 220

#877DDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #877DDC

Tints of Moody Blue #877DDC

RGB

 RED value IS 135 (53.13% from 255) = 28.13%

 GREEN value IS 125 (49.22% from 255) = 26.04%

 BLUE value IS 220 (86.33% from 255) = 45.83%

R = 28.13%
G = 26.04%
B = 45.83%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#877DDC (or 0x877DDC) is known color: Moody Blue. HEX triplet: 87, 7D and DC. RGB value is (135,125,220). Sum of RGB (Red+Green+Blue) = 135+125+220=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #877DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877DDC is #788223. Grayscale: #8A8A8A. Windows color (decimal): -7897636 or 14450055. OLE color: 14450055.

HSL color Cylindrical-coordinate representation of color #877DDC: hue angle of 246.32º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #877DDC is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 125 220 -
CMYK 0.39 0.43 0 0.14
HSL 246.32º 0.58% 0.68% -
HSV(B) 246.32º 0.43% 0.86% -
XYZ 30.24 24.99 70.94 -
YUV 138.82 173.81 125.28 -
System Red Green Blue C M Y K H S L
Decimal 135 125 220 0.39 0.43 0 0.14 246.32 0.58 0.68
Hex 87 7D DC 27 2B 0 E F6 3A 44
Octal 207 175 334 47 53 0 16 366 72 104
Binary 10000111 1111101 11011100 100111 101011 0 1110 11110110 111010 1000100

Color Harmonies of #877DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877DDC

Black with #877DDC

Text Example


Text Example

White with #877DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #877DDC;
 }
 .AnyTagClassName
 {
   color: #877DDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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