Html Css Color HEX #8880DB Moody Blue

📋 copy color: '#8880DB'

red 136 ◦ green 128 ◦ blue 219

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

Shades of Moody Blue #8880DB

Tints of Moody Blue #8880DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.5%

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

R = 28.16%
G = 26.5%
B = 45.34%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8880DB (or 0x8880DB) is known color: Moody Blue. HEX triplet: 88, 80 and DB. RGB value is (136,128,219). Sum of RGB (Red+Green+Blue) = 136+128+219=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #8880DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8880DB is #777F24. Grayscale: #8C8C8C. Windows color (decimal): -7831333 or 14385288. OLE color: 14385288.

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

Color convert

RGB 136 128 219 -
CMYK 0.38 0.42 0 0.14
HSL 245.27º 0.56% 0.68% -
HSV(B) 245.27º 0.42% 0.86% -
XYZ 30.66 25.79 70.38 -
YUV 140.77 172.15 124.6 -
System Red Green Blue C M Y K H S L
Decimal 136 128 219 0.38 0.42 0 0.14 245.27 0.56 0.68
Hex 88 80 DB 26 2A 0 E F5 38 44
Octal 210 200 333 46 52 0 16 365 70 104
Binary 10001000 10000000 11011011 100110 101010 0 1110 11110101 111000 1000100

Color Harmonies of #8880DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8880DB

Black with #8880DB

Text Example


Text Example

White with #8880DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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