Html Css Color HEX #877DDD Moody Blue

📋 copy color: '#877DDD'

red 135 ◦ green 125 ◦ blue 221

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

Shades of Moody Blue #877DDD

Tints of Moody Blue #877DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 28.07%
G = 25.99%
B = 45.95%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#877DDD (or 0x877DDD) is known color: Moody Blue. HEX triplet: 87, 7D and DD. RGB value is (135,125,221). Sum of RGB (Red+Green+Blue) = 135+125+221=481 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.07% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #877DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877DDD is #788222. Grayscale: #8A8A8A. Windows color (decimal): -7897635 or 14515591. OLE color: 14515591.

HSL color Cylindrical-coordinate representation of color #877DDD: hue angle of 246.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #877DDD is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 125 221 -
CMYK 0.39 0.43 0 0.13
HSL 246.25º 0.59% 0.68% -
HSV(B) 246.25º 0.43% 0.87% -
XYZ 30.38 25.04 71.64 -
YUV 138.93 174.31 125.19 -
System Red Green Blue C M Y K H S L
Decimal 135 125 221 0.39 0.43 0 0.13 246.25 0.59 0.68
Hex 87 7D DD 27 2B 0 D F6 3B 44
Octal 207 175 335 47 53 0 15 366 73 104
Binary 10000111 1111101 11011101 100111 101011 0 1101 11110110 111011 1000100

Color Harmonies of #877DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877DDD

Black with #877DDD

Text Example


Text Example

White with #877DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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