Html Css Color HEX #877FCD Moody Blue

📋 copy color: '#877FCD'

red 135 ◦ green 127 ◦ blue 205

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

Shades of Moody Blue #877FCD

Tints of Moody Blue #877FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 27.19%

 BLUE value IS 205 (80.47% from 255) = 43.9%

R = 28.91%
G = 27.19%
B = 43.9%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#877FCD (or 0x877FCD) is known color: Moody Blue. HEX triplet: 87, 7F and CD. RGB value is (135,127,205). Sum of RGB (Red+Green+Blue) = 135+127+205=467 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.91% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #877FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877FCD is #788032. Grayscale: #898989. Windows color (decimal): -7897139 or 13467527. OLE color: 13467527.

HSL color Cylindrical-coordinate representation of color #877FCD: hue angle of 246.15º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #877FCD is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 127 205 -
CMYK 0.34 0.38 0 0.20
HSL 246.15º 0.44% 0.65% -
HSV(B) 246.15º 0.38% 0.8% -
XYZ 28.6 24.74 61.03 -
YUV 138.28 165.65 125.66 -
System Red Green Blue C M Y K H S L
Decimal 135 127 205 0.34 0.38 0 0.20 246.15 0.44 0.65
Hex 87 7F CD 22 26 0 14 F6 2C 41
Octal 207 177 315 42 46 0 24 366 54 101
Binary 10000111 1111111 11001101 100010 100110 0 10100 11110110 101100 1000001

Color Harmonies of #877FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877FCD

Black with #877FCD

Text Example


Text Example

White with #877FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,127,205); }

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

background-color css

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

 a { background-color: rgb(135,127,205); }

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

border-color css

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

 span { border-color: rgb(135,127,205); }

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