Html Css Color HEX #877CDD Moody Blue

📋 copy color: '#877CDD'

red 135 ◦ green 124 ◦ blue 221

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

Shades of Moody Blue #877CDD

Tints of Moody Blue #877CDD

RGB

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

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

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

R = 28.13%
G = 25.83%
B = 46.04%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#877CDD (or 0x877CDD) is known color: Moody Blue. HEX triplet: 87, 7C and DD. RGB value is (135,124,221). Sum of RGB (Red+Green+Blue) = 135+124+221=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #877CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877CDD is #788322. Grayscale: #898989. Windows color (decimal): -7897891 or 14515335. OLE color: 14515335.

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

Color convert

RGB 135 124 221 -
CMYK 0.39 0.44 0 0.13
HSL 246.8º 0.59% 0.68% -
HSV(B) 246.8º 0.44% 0.87% -
XYZ 30.25 24.79 71.6 -
YUV 138.35 174.64 125.61 -
System Red Green Blue C M Y K H S L
Decimal 135 124 221 0.39 0.44 0 0.13 246.8 0.59 0.68
Hex 87 7C DD 27 2C 0 D F7 3B 44
Octal 207 174 335 47 54 0 15 367 73 104
Binary 10000111 1111100 11011101 100111 101100 0 1101 11110111 111011 1000100

Color Harmonies of #877CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877CDD

Black with #877CDD

Text Example


Text Example

White with #877CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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