Html Css Color HEX #887DDA Moody Blue

📋 copy color: '#887DDA'

red 136 ◦ green 125 ◦ blue 218

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

Shades of Moody Blue #887DDA

Tints of Moody Blue #887DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 28.39%
G = 26.1%
B = 45.51%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#887DDA (or 0x887DDA) is known color: Moody Blue. HEX triplet: 88, 7D and DA. RGB value is (136,125,218). Sum of RGB (Red+Green+Blue) = 136+125+218=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #887DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887DDA is #778225. Grayscale: #8A8A8A. Windows color (decimal): -7832102 or 14318984. OLE color: 14318984.

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

Color convert

RGB 136 125 218 -
CMYK 0.38 0.43 0 0.15
HSL 247.1º 0.56% 0.67% -
HSV(B) 247.1º 0.43% 0.85% -
XYZ 30.14 24.96 69.56 -
YUV 138.89 172.64 125.94 -
System Red Green Blue C M Y K H S L
Decimal 136 125 218 0.38 0.43 0 0.15 247.1 0.56 0.67
Hex 88 7D DA 26 2B 0 F F7 38 43
Octal 210 175 332 46 53 0 17 367 70 103
Binary 10001000 1111101 11011010 100110 101011 0 1111 11110111 111000 1000011

Color Harmonies of #887DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887DDA

Black with #887DDA

Text Example


Text Example

White with #887DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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