Html Css Color HEX #8884DD Moody Blue

📋 copy color: '#8884DD'

red 136 ◦ green 132 ◦ blue 221

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

Shades of Moody Blue #8884DD

Tints of Moody Blue #8884DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 27.81%
G = 26.99%
B = 45.19%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8884DD (or 0x8884DD) is known color: Moody Blue. HEX triplet: 88, 84 and DD. RGB value is (136,132,221). Sum of RGB (Red+Green+Blue) = 136+132+221=489 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.81% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #8884DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8884DD is #777B22. Grayscale: #8E8E8E. Windows color (decimal): -7830307 or 14517384. OLE color: 14517384.

HSL color Cylindrical-coordinate representation of color #8884DD: hue angle of 242.7º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8884DD is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 132 221 -
CMYK 0.38 0.40 0 0.13
HSL 242.7º 0.57% 0.69% -
HSV(B) 242.7º 0.4% 0.87% -
XYZ 31.46 26.96 71.95 -
YUV 143.34 171.83 122.76 -
System Red Green Blue C M Y K H S L
Decimal 136 132 221 0.38 0.40 0 0.13 242.7 0.57 0.69
Hex 88 84 DD 26 28 0 D F3 39 45
Octal 210 204 335 46 50 0 15 363 71 105
Binary 10001000 10000100 11011101 100110 101000 0 1101 11110011 111001 1000101

Color Harmonies of #8884DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8884DD

Black with #8884DD

Text Example


Text Example

White with #8884DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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