Html Css Color HEX #877DE0 Moody Blue

📋 copy color: '#877DE0'

red 135 ◦ green 125 ◦ blue 224

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

Shades of Moody Blue #877DE0

Tints of Moody Blue #877DE0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.83%

 BLUE value IS 224 (87.89% from 255) = 46.28%

R = 27.89%
G = 25.83%
B = 46.28%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#877DE0 (or 0x877DE0) is known color: Moody Blue. HEX triplet: 87, 7D and E0. RGB value is (135,125,224). Sum of RGB (Red+Green+Blue) = 135+125+224=484 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.89% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #877DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877DE0 is #78821F. Grayscale: #8A8A8A. Windows color (decimal): -7897632 or 14712199. OLE color: 14712199.

HSL color Cylindrical-coordinate representation of color #877DE0: hue angle of 246.06º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #877DE0 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 135 125 224 -
CMYK 0.40 0.44 0 0.12
HSL 246.06º 0.61% 0.68% -
HSV(B) 246.06º 0.44% 0.88% -
XYZ 30.78 25.2 73.76 -
YUV 139.28 175.81 124.95 -
System Red Green Blue C M Y K H S L
Decimal 135 125 224 0.40 0.44 0 0.12 246.06 0.61 0.68
Hex 87 7D E0 28 2C 0 C F6 3D 44
Octal 207 175 340 50 54 0 14 366 75 104
Binary 10000111 1111101 11100000 101000 101100 0 1100 11110110 111101 1000100

Color Harmonies of #877DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877DE0

Black with #877DE0

Text Example


Text Example

White with #877DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,125,224); }

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

background-color css

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

 a { background-color: rgb(135,125,224); }

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

border-color css

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

 span { border-color: rgb(135,125,224); }

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