Html Css Color HEX #877CC1 Moody Blue

📋 copy color: '#877CC1'

red 135 ◦ green 124 ◦ blue 193

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

Shades of Moody Blue #877CC1

Tints of Moody Blue #877CC1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.43%

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

R = 29.87%
G = 27.43%
B = 42.7%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#877CC1 (or 0x877CC1) is known color: Moody Blue. HEX triplet: 87, 7C and C1. RGB value is (135,124,193). Sum of RGB (Red+Green+Blue) = 135+124+193=452 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.87% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #877CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877CC1 is #78833E. Grayscale: #868686. Windows color (decimal): -7897919 or 12680327. OLE color: 12680327.

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

Color convert

RGB 135 124 193 -
CMYK 0.30 0.36 0 0.24
HSL 249.57º 0.36% 0.62% -
HSV(B) 249.57º 0.36% 0.76% -
XYZ 26.82 23.42 53.56 -
YUV 135.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 135 124 193 0.30 0.36 0 0.24 249.57 0.36 0.62
Hex 87 7C C1 1E 24 0 18 FA 24 3E
Octal 207 174 301 36 44 0 30 372 44 76
Binary 10000111 1111100 11000001 11110 100100 0 11000 11111010 100100 111110

Color Harmonies of #877CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877CC1

Black with #877CC1

Text Example


Text Example

White with #877CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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