Html Css Color HEX #877CCE Moody Blue

📋 copy color: '#877CCE'

red 135 ◦ green 124 ◦ blue 206

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

Shades of Moody Blue #877CCE

Tints of Moody Blue #877CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.3%

R = 29.03%
G = 26.67%
B = 44.3%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#877CCE (or 0x877CCE) is known color: Moody Blue. HEX triplet: 87, 7C and CE. RGB value is (135,124,206). Sum of RGB (Red+Green+Blue) = 135+124+206=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #877CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877CCE is #788331. Grayscale: #888888. Windows color (decimal): -7897906 or 13532295. OLE color: 13532295.

HSL color Cylindrical-coordinate representation of color #877CCE: hue angle of 248.05º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #877CCE is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 124 206 -
CMYK 0.34 0.40 0 0.19
HSL 248.05º 0.46% 0.65% -
HSV(B) 248.05º 0.4% 0.81% -
XYZ 28.34 24.02 61.54 -
YUV 136.64 167.14 126.83 -
System Red Green Blue C M Y K H S L
Decimal 135 124 206 0.34 0.40 0 0.19 248.05 0.46 0.65
Hex 87 7C CE 22 28 0 13 F8 2E 41
Octal 207 174 316 42 50 0 23 370 56 101
Binary 10000111 1111100 11001110 100010 101000 0 10011 11111000 101110 1000001

Color Harmonies of #877CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877CCE

Black with #877CCE

Text Example


Text Example

White with #877CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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