Html Css Color HEX #877CC0 Moody Blue

📋 copy color: '#877CC0'

red 135 ◦ green 124 ◦ blue 192

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

Shades of Moody Blue #877CC0

Tints of Moody Blue #877CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.57%

R = 29.93%
G = 27.49%
B = 42.57%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#877CC0 (or 0x877CC0) is known color: Moody Blue. HEX triplet: 87, 7C and C0. RGB value is (135,124,192). Sum of RGB (Red+Green+Blue) = 135+124+192=451 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.93% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #877CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877CC0 is #78833F. Grayscale: #868686. Windows color (decimal): -7897920 or 12614791. OLE color: 12614791.

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

Color convert

RGB 135 124 192 -
CMYK 0.30 0.35 0 0.25
HSL 249.71º 0.35% 0.62% -
HSV(B) 249.71º 0.35% 0.75% -
XYZ 26.71 23.37 52.97 -
YUV 135.04 160.14 127.97 -
System Red Green Blue C M Y K H S L
Decimal 135 124 192 0.30 0.35 0 0.25 249.71 0.35 0.62
Hex 87 7C C0 1E 23 0 19 FA 23 3E
Octal 207 174 300 36 43 0 31 372 43 76
Binary 10000111 1111100 11000000 11110 100011 0 11001 11111010 100011 111110

Color Harmonies of #877CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877CC0

Black with #877CC0

Text Example


Text Example

White with #877CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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