Html Css Color HEX #877FCC Moody Blue

📋 copy color: '#877FCC'

red 135 ◦ green 127 ◦ blue 204

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

Shades of Moody Blue #877FCC

Tints of Moody Blue #877FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.78%

R = 28.97%
G = 27.25%
B = 43.78%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#877FCC (or 0x877FCC) is known color: Moody Blue. HEX triplet: 87, 7F and CC. RGB value is (135,127,204). Sum of RGB (Red+Green+Blue) = 135+127+204=466 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.97% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #877FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877FCC is #788033. Grayscale: #898989. Windows color (decimal): -7897140 or 13401991. OLE color: 13401991.

HSL color Cylindrical-coordinate representation of color #877FCC: hue angle of 246.23º degrees, saturation: 0.43, 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 #877FCC is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 135 127 204 -
CMYK 0.34 0.38 0 0.2
HSL 246.23º 0.43% 0.65% -
HSV(B) 246.23º 0.38% 0.8% -
XYZ 28.48 24.69 60.39 -
YUV 138.17 165.15 125.74 -
System Red Green Blue C M Y K H S L
Decimal 135 127 204 0.34 0.38 0 0.2 246.23 0.43 0.65
Hex 87 7F CC 22 26 0 14 F6 2B 41
Octal 207 177 314 42 46 0 24 366 53 101
Binary 10000111 1111111 11001100 100010 100110 0 10100 11110110 101011 1000001

Color Harmonies of #877FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877FCC

Black with #877FCC

Text Example


Text Example

White with #877FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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