Html Css Color HEX #8882DB Moody Blue

📋 copy color: '#8882DB'

red 136 ◦ green 130 ◦ blue 219

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

Shades of Moody Blue #8882DB

Tints of Moody Blue #8882DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.8%

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

R = 28.04%
G = 26.8%
B = 45.15%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8882DB (or 0x8882DB) is known color: Moody Blue. HEX triplet: 88, 82 and DB. RGB value is (136,130,219). Sum of RGB (Red+Green+Blue) = 136+130+219=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #8882DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8882DB is #777D24. Grayscale: #8D8D8D. Windows color (decimal): -7830821 or 14385800. OLE color: 14385800.

HSL color Cylindrical-coordinate representation of color #8882DB: hue angle of 244.04º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8882DB is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 130 219 -
CMYK 0.38 0.41 0 0.14
HSL 244.04º 0.55% 0.68% -
HSV(B) 244.04º 0.41% 0.86% -
XYZ 30.92 26.31 70.47 -
YUV 141.94 171.49 123.76 -
System Red Green Blue C M Y K H S L
Decimal 136 130 219 0.38 0.41 0 0.14 244.04 0.55 0.68
Hex 88 82 DB 26 29 0 E F4 37 44
Octal 210 202 333 46 51 0 16 364 67 104
Binary 10001000 10000010 11011011 100110 101001 0 1110 11110100 110111 1000100

Color Harmonies of #8882DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8882DB

Black with #8882DB

Text Example


Text Example

White with #8882DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8882DB; }

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

 H1.HeaderClassName
 {
   color: #8882DB;
 }
 .AnyTagClassName
 {
   color: #8882DB;
 }
</style>

background-color css

<style>
 a { background-color: #8882DB; }

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

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

border-color css

<style>
 span { border-color: #8882DB; }

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

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