Html Css Color HEX #8884DA Moody Blue

📋 copy color: '#8884DA'

red 136 ◦ green 132 ◦ blue 218

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

Shades of Moody Blue #8884DA

Tints of Moody Blue #8884DA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.16%

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

R = 27.98%
G = 27.16%
B = 44.86%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8884DA (or 0x8884DA) is known color: Moody Blue. HEX triplet: 88, 84 and DA. RGB value is (136,132,218). Sum of RGB (Red+Green+Blue) = 136+132+218=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #8884DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8884DA is #777B25. Grayscale: #8E8E8E. Windows color (decimal): -7830310 or 14320776. OLE color: 14320776.

HSL color Cylindrical-coordinate representation of color #8884DA: hue angle of 242.79º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8884DA is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 132 218 -
CMYK 0.38 0.39 0 0.15
HSL 242.79º 0.54% 0.69% -
HSV(B) 242.79º 0.39% 0.85% -
XYZ 31.06 26.8 69.87 -
YUV 143 170.33 123.01 -
System Red Green Blue C M Y K H S L
Decimal 136 132 218 0.38 0.39 0 0.15 242.79 0.54 0.69
Hex 88 84 DA 26 27 0 F F3 36 45
Octal 210 204 332 46 47 0 17 363 66 105
Binary 10001000 10000100 11011010 100110 100111 0 1111 11110011 110110 1000101

Color Harmonies of #8884DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8884DA

Black with #8884DA

Text Example


Text Example

White with #8884DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8884DA; }

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

 H1.HeaderClassName
 {
   color: #8884DA;
 }
 .AnyTagClassName
 {
   color: #8884DA;
 }
</style>

background-color css

<style>
 a { background-color: #8884DA; }

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

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

border-color css

<style>
 span { border-color: #8884DA; }

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

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