Html Css Color HEX #877FDC Moody Blue

📋 copy color: '#877FDC'

red 135 ◦ green 127 ◦ blue 220

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

Shades of Moody Blue #877FDC

Tints of Moody Blue #877FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 28.01%
G = 26.35%
B = 45.64%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#877FDC (or 0x877FDC) is known color: Moody Blue. HEX triplet: 87, 7F and DC. RGB value is (135,127,220). Sum of RGB (Red+Green+Blue) = 135+127+220=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #877FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877FDC is #788023. Grayscale: #8B8B8B. Windows color (decimal): -7897124 or 14450567. OLE color: 14450567.

HSL color Cylindrical-coordinate representation of color #877FDC: hue angle of 245.16º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #877FDC is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 127 220 -
CMYK 0.39 0.42 0 0.14
HSL 245.16º 0.57% 0.68% -
HSV(B) 245.16º 0.42% 0.86% -
XYZ 30.5 25.5 71.02 -
YUV 139.99 173.15 124.44 -
System Red Green Blue C M Y K H S L
Decimal 135 127 220 0.39 0.42 0 0.14 245.16 0.57 0.68
Hex 87 7F DC 27 2A 0 E F5 39 44
Octal 207 177 334 47 52 0 16 365 71 104
Binary 10000111 1111111 11011100 100111 101010 0 1110 11110101 111001 1000100

Color Harmonies of #877FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877FDC

Black with #877FDC

Text Example


Text Example

White with #877FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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