Html Css Color HEX #887DDC Moody Blue

📋 copy color: '#887DDC'

red 136 ◦ green 125 ◦ blue 220

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

Shades of Moody Blue #887DDC

Tints of Moody Blue #887DDC

RGB

 RED value IS 136 (53.52% from 255) = 28.27%

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

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 28.27%
G = 25.99%
B = 45.74%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#887DDC (or 0x887DDC) is known color: Moody Blue. HEX triplet: 88, 7D and DC. RGB value is (136,125,220). Sum of RGB (Red+Green+Blue) = 136+125+220=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #887DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887DDC is #778223. Grayscale: #8A8A8A. Windows color (decimal): -7832100 or 14450056. OLE color: 14450056.

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

Color convert

RGB 136 125 220 -
CMYK 0.38 0.43 0 0.14
HSL 246.95º 0.58% 0.68% -
HSV(B) 246.95º 0.43% 0.86% -
XYZ 30.41 25.07 70.95 -
YUV 139.12 173.64 125.78 -
System Red Green Blue C M Y K H S L
Decimal 136 125 220 0.38 0.43 0 0.14 246.95 0.58 0.68
Hex 88 7D DC 26 2B 0 E F7 3A 44
Octal 210 175 334 46 53 0 16 367 72 104
Binary 10001000 1111101 11011100 100110 101011 0 1110 11110111 111010 1000100

Color Harmonies of #887DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887DDC

Black with #887DDC

Text Example


Text Example

White with #887DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887DDC; }

 p { color: rgb(136,125,220); }

 H1.HeaderClassName
 {
   color: #887DDC;
 }
 .AnyTagClassName
 {
   color: #887DDC;
 }
</style>

background-color css

<style>
 a { background-color: #887DDC; }

 a { background-color: rgb(136,125,220); }

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

border-color css

<style>
 span { border-color: #887DDC; }

 span { border-color: rgb(136,125,220); }

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