Html Css Color HEX #877CC2 Moody Blue

📋 copy color: '#877CC2'

red 135 ◦ green 124 ◦ blue 194

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

Shades of Moody Blue #877CC2

Tints of Moody Blue #877CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.83%

R = 29.8%
G = 27.37%
B = 42.83%

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

#877CC2 (or 0x877CC2) is known color: Moody Blue. HEX triplet: 87, 7C and C2. RGB value is (135,124,194). Sum of RGB (Red+Green+Blue) = 135+124+194=453 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.80% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 194 - color contains mainly: blue. Hex color #877CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877CC2 is #78833D. Grayscale: #878787. Windows color (decimal): -7897918 or 12745863. OLE color: 12745863.

HSL color Cylindrical-coordinate representation of color #877CC2: hue angle of 249.43º 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 #877CC2 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 135 124 194 -
CMYK 0.30 0.36 0 0.24
HSL 249.43º 0.36% 0.62% -
HSV(B) 249.43º 0.36% 0.76% -
XYZ 26.94 23.46 54.15 -
YUV 135.27 161.14 127.81 -
System Red Green Blue C M Y K H S L
Decimal 135 124 194 0.30 0.36 0 0.24 249.43 0.36 0.62
Hex 87 7C C2 1E 24 0 18 F9 24 3E
Octal 207 174 302 36 44 0 30 371 44 76
Binary 10000111 1111100 11000010 11110 100100 0 11000 11111001 100100 111110

Color Harmonies of #877CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877CC2

Black with #877CC2

Text Example


Text Example

White with #877CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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