Html Css Color HEX #877EC1 Moody Blue

📋 copy color: '#877EC1'

red 135 ◦ green 126 ◦ blue 193

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

Shades of Moody Blue #877EC1

Tints of Moody Blue #877EC1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.75%

 BLUE value IS 193 (75.78% from 255) = 42.51%

R = 29.74%
G = 27.75%
B = 42.51%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#877EC1 (or 0x877EC1) is known color: Moody Blue. HEX triplet: 87, 7E and C1. RGB value is (135,126,193). Sum of RGB (Red+Green+Blue) = 135+126+193=454 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.74% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #877EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877EC1 is #78813E. Grayscale: #888888. Windows color (decimal): -7897407 or 12680839. OLE color: 12680839.

HSL color Cylindrical-coordinate representation of color #877EC1: hue angle of 248.06º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #877EC1 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 135 126 193 -
CMYK 0.30 0.35 0 0.24
HSL 248.06º 0.35% 0.63% -
HSV(B) 248.06º 0.35% 0.76% -
XYZ 27.08 23.92 53.64 -
YUV 136.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 135 126 193 0.30 0.35 0 0.24 248.06 0.35 0.63
Hex 87 7E C1 1E 23 0 18 F8 23 3F
Octal 207 176 301 36 43 0 30 370 43 77
Binary 10000111 1111110 11000001 11110 100011 0 11000 11111000 100011 111111

Color Harmonies of #877EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877EC1

Black with #877EC1

Text Example


Text Example

White with #877EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,126,193); }

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

background-color css

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

 a { background-color: rgb(135,126,193); }

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

border-color css

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

 span { border-color: rgb(135,126,193); }

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