Html Css Color HEX #877EDB Moody Blue

📋 copy color: '#877EDB'

red 135 ◦ green 126 ◦ blue 219

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

Shades of Moody Blue #877EDB

Tints of Moody Blue #877EDB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.25%

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 28.13%
G = 26.25%
B = 45.63%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#877EDB (or 0x877EDB) is known color: Moody Blue. HEX triplet: 87, 7E and DB. RGB value is (135,126,219). Sum of RGB (Red+Green+Blue) = 135+126+219=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #877EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877EDB is #788124. Grayscale: #8A8A8A. Windows color (decimal): -7897381 or 14384775. OLE color: 14384775.

HSL color Cylindrical-coordinate representation of color #877EDB: hue angle of 245.81º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #877EDB is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 126 219 -
CMYK 0.38 0.42 0 0.14
HSL 245.81º 0.56% 0.68% -
HSV(B) 245.81º 0.42% 0.86% -
XYZ 30.24 25.19 70.29 -
YUV 139.29 172.98 124.94 -
System Red Green Blue C M Y K H S L
Decimal 135 126 219 0.38 0.42 0 0.14 245.81 0.56 0.68
Hex 87 7E DB 26 2A 0 E F6 38 44
Octal 207 176 333 46 52 0 16 366 70 104
Binary 10000111 1111110 11011011 100110 101010 0 1110 11110110 111000 1000100

Color Harmonies of #877EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877EDB

Black with #877EDB

Text Example


Text Example

White with #877EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,126,219); }

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

background-color css

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

 a { background-color: rgb(135,126,219); }

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

border-color css

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

 span { border-color: rgb(135,126,219); }

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