Html Css Color HEX #887CDB Moody Blue

📋 copy color: '#887CDB'

red 136 ◦ green 124 ◦ blue 219

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

Shades of Moody Blue #887CDB

Tints of Moody Blue #887CDB

RGB

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

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

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

R = 28.39%
G = 25.89%
B = 45.72%

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

#887CDB (or 0x887CDB) is known color: Moody Blue. HEX triplet: 88, 7C and DB. RGB value is (136,124,219). Sum of RGB (Red+Green+Blue) = 136+124+219=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #887CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887CDB is #778324. Grayscale: #8A8A8A. Windows color (decimal): -7832357 or 14384264. OLE color: 14384264.

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

Color convert

RGB 136 124 219 -
CMYK 0.38 0.43 0 0.14
HSL 247.58º 0.57% 0.67% -
HSV(B) 247.58º 0.43% 0.86% -
XYZ 30.15 24.76 70.21 -
YUV 138.42 173.48 126.28 -
System Red Green Blue C M Y K H S L
Decimal 136 124 219 0.38 0.43 0 0.14 247.58 0.57 0.67
Hex 88 7C DB 26 2B 0 E F8 39 43
Octal 210 174 333 46 53 0 16 370 71 103
Binary 10001000 1111100 11011011 100110 101011 0 1110 11111000 111001 1000011

Color Harmonies of #887CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887CDB

Black with #887CDB

Text Example


Text Example

White with #887CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,124,219); }

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

background-color css

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

 a { background-color: rgb(136,124,219); }

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

border-color css

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

 span { border-color: rgb(136,124,219); }

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