Html Css Color HEX #877CCC Moody Blue

📋 copy color: '#877CCC'

red 135 ◦ green 124 ◦ blue 204

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

Shades of Moody Blue #877CCC

Tints of Moody Blue #877CCC

RGB

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

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

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

R = 29.16%
G = 26.78%
B = 44.06%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#877CCC (or 0x877CCC) is known color: Moody Blue. HEX triplet: 87, 7C and CC. RGB value is (135,124,204). Sum of RGB (Red+Green+Blue) = 135+124+204=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #877CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877CCC is #788333. Grayscale: #888888. Windows color (decimal): -7897908 or 13401223. OLE color: 13401223.

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

Color convert

RGB 135 124 204 -
CMYK 0.34 0.39 0 0.2
HSL 248.25º 0.44% 0.64% -
HSV(B) 248.25º 0.39% 0.8% -
XYZ 28.1 23.93 60.26 -
YUV 136.41 166.14 127 -
System Red Green Blue C M Y K H S L
Decimal 135 124 204 0.34 0.39 0 0.2 248.25 0.44 0.64
Hex 87 7C CC 22 27 0 14 F8 2C 40
Octal 207 174 314 42 47 0 24 370 54 100
Binary 10000111 1111100 11001100 100010 100111 0 10100 11111000 101100 1000000

Color Harmonies of #877CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877CCC

Black with #877CCC

Text Example


Text Example

White with #877CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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