Html Css Color HEX #877DC2 Moody Blue

📋 copy color: '#877DC2'

red 135 ◦ green 125 ◦ blue 194

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

Shades of Moody Blue #877DC2

Tints of Moody Blue #877DC2

RGB

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

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

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

R = 29.74%
G = 27.53%
B = 42.73%

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

#877DC2 (or 0x877DC2) is known color: Moody Blue. HEX triplet: 87, 7D and C2. RGB value is (135,125,194). Sum of RGB (Red+Green+Blue) = 135+125+194=454 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.74% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 194 - color contains mainly: blue. Hex color #877DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877DC2 is #78823D. Grayscale: #878787. Windows color (decimal): -7897662 or 12746119. OLE color: 12746119.

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

Color convert

RGB 135 125 194 -
CMYK 0.30 0.36 0 0.24
HSL 248.7º 0.36% 0.63% -
HSV(B) 248.7º 0.36% 0.76% -
XYZ 27.06 23.71 54.19 -
YUV 135.86 160.81 127.39 -
System Red Green Blue C M Y K H S L
Decimal 135 125 194 0.30 0.36 0 0.24 248.7 0.36 0.63
Hex 87 7D C2 1E 24 0 18 F9 24 3F
Octal 207 175 302 36 44 0 30 371 44 77
Binary 10000111 1111101 11000010 11110 100100 0 11000 11111001 100100 111111

Color Harmonies of #877DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877DC2

Black with #877DC2

Text Example


Text Example

White with #877DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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