Html Css Color HEX #877CBC Moody Blue

📋 copy color: '#877CBC'

red 135 ◦ green 124 ◦ blue 188

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

Shades of Moody Blue #877CBC

Tints of Moody Blue #877CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.06%

R = 30.2%
G = 27.74%
B = 42.06%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#877CBC (or 0x877CBC) is known color: Moody Blue. HEX triplet: 87, 7C and BC. RGB value is (135,124,188). Sum of RGB (Red+Green+Blue) = 135+124+188=447 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.20% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #877CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877CBC is #788343. Grayscale: #868686. Windows color (decimal): -7897924 or 12352647. OLE color: 12352647.

HSL color Cylindrical-coordinate representation of color #877CBC: hue angle of 250.31º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #877CBC is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 124 188 -
CMYK 0.28 0.34 0 0.26
HSL 250.31º 0.32% 0.61% -
HSV(B) 250.31º 0.34% 0.74% -
XYZ 26.28 23.2 50.67 -
YUV 134.59 158.14 128.3 -
System Red Green Blue C M Y K H S L
Decimal 135 124 188 0.28 0.34 0 0.26 250.31 0.32 0.61
Hex 87 7C BC 1C 22 0 1A FA 20 3D
Octal 207 174 274 34 42 0 32 372 40 75
Binary 10000111 1111100 10111100 11100 100010 0 11010 11111010 100000 111101

Color Harmonies of #877CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877CBC

Black with #877CBC

Text Example


Text Example

White with #877CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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