Html Css Color HEX #887BDC Moody Blue

📋 copy color: '#887BDC'

red 136 ◦ green 123 ◦ blue 220

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

Shades of Moody Blue #887BDC

Tints of Moody Blue #887BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.68%

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

R = 28.39%
G = 25.68%
B = 45.93%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#887BDC (or 0x887BDC) is known color: Moody Blue. HEX triplet: 88, 7B and DC. RGB value is (136,123,220). Sum of RGB (Red+Green+Blue) = 136+123+220=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #887BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887BDC is #778423. Grayscale: #898989. Windows color (decimal): -7832612 or 14449544. OLE color: 14449544.

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

Color convert

RGB 136 123 220 -
CMYK 0.38 0.44 0 0.14
HSL 248.04º 0.58% 0.67% -
HSV(B) 248.04º 0.44% 0.86% -
XYZ 30.15 24.57 70.86 -
YUV 137.95 174.31 126.61 -
System Red Green Blue C M Y K H S L
Decimal 136 123 220 0.38 0.44 0 0.14 248.04 0.58 0.67
Hex 88 7B DC 26 2C 0 E F8 3A 43
Octal 210 173 334 46 54 0 16 370 72 103
Binary 10001000 1111011 11011100 100110 101100 0 1110 11111000 111010 1000011

Color Harmonies of #887BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887BDC

Black with #887BDC

Text Example


Text Example

White with #887BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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