Html Css Color HEX #877DCD Moody Blue

📋 copy color: '#877DCD'

red 135 ◦ green 125 ◦ blue 205

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

Shades of Moody Blue #877DCD

Tints of Moody Blue #877DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 29.03%
G = 26.88%
B = 44.09%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#877DCD (or 0x877DCD) is known color: Moody Blue. HEX triplet: 87, 7D and CD. RGB value is (135,125,205). Sum of RGB (Red+Green+Blue) = 135+125+205=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #877DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877DCD is #788232. Grayscale: #888888. Windows color (decimal): -7897651 or 13467015. OLE color: 13467015.

HSL color Cylindrical-coordinate representation of color #877DCD: hue angle of 247.5º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #877DCD is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 125 205 -
CMYK 0.34 0.39 0 0.20
HSL 247.5º 0.44% 0.65% -
HSV(B) 247.5º 0.39% 0.8% -
XYZ 28.34 24.23 60.94 -
YUV 137.11 166.31 126.5 -
System Red Green Blue C M Y K H S L
Decimal 135 125 205 0.34 0.39 0 0.20 247.5 0.44 0.65
Hex 87 7D CD 22 27 0 14 F8 2C 41
Octal 207 175 315 42 47 0 24 370 54 101
Binary 10000111 1111101 11001101 100010 100111 0 10100 11111000 101100 1000001

Color Harmonies of #877DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877DCD

Black with #877DCD

Text Example


Text Example

White with #877DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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