Html Css Color HEX #8881DD Moody Blue

📋 copy color: '#8881DD'

red 136 ◦ green 129 ◦ blue 221

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

Shades of Moody Blue #8881DD

Tints of Moody Blue #8881DD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.54%

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

R = 27.98%
G = 26.54%
B = 45.47%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8881DD (or 0x8881DD) is known color: Moody Blue. HEX triplet: 88, 81 and DD. RGB value is (136,129,221). Sum of RGB (Red+Green+Blue) = 136+129+221=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #8881DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8881DD is #777E22. Grayscale: #8D8D8D. Windows color (decimal): -7831075 or 14516616. OLE color: 14516616.

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

Color convert

RGB 136 129 221 -
CMYK 0.38 0.42 0 0.13
HSL 244.57º 0.58% 0.69% -
HSV(B) 244.57º 0.42% 0.87% -
XYZ 31.05 26.16 71.82 -
YUV 141.58 172.82 124.02 -
System Red Green Blue C M Y K H S L
Decimal 136 129 221 0.38 0.42 0 0.13 244.57 0.58 0.69
Hex 88 81 DD 26 2A 0 D F5 3A 45
Octal 210 201 335 46 52 0 15 365 72 105
Binary 10001000 10000001 11011101 100110 101010 0 1101 11110101 111010 1000101

Color Harmonies of #8881DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8881DD

Black with #8881DD

Text Example


Text Example

White with #8881DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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