Html Css Color HEX #8080DB Moody Blue

📋 copy color: '#8080DB'

red 128 ◦ green 128 ◦ blue 219

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

Shades of Moody Blue #8080DB

Tints of Moody Blue #8080DB

RGB

 RED value IS 128 (50.39% from 255) = 26.95%

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

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

R = 26.95%
G = 26.95%
B = 46.11%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8080DB (or 0x8080DB) is known color: Moody Blue. HEX triplet: 80, 80 and DB. RGB value is (128,128,219). Sum of RGB (Red+Green+Blue) = 128+128+219=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #8080DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8080DB is #7F7F24. Grayscale: #8A8A8A. Windows color (decimal): -8355621 or 14385280. OLE color: 14385280.

HSL color Cylindrical-coordinate representation of color #8080DB: hue angle of 240º 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 #8080DB is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 128 219 -
CMYK 0.42 0.42 0 0.14
HSL 240º 0.56% 0.68% -
HSV(B) 240º 0.42% 0.86% -
XYZ 29.41 25.14 70.32 -
YUV 138.37 173.5 120.6 -
System Red Green Blue C M Y K H S L
Decimal 128 128 219 0.42 0.42 0 0.14 240 0.56 0.68
Hex 80 80 DB 2A 2A 0 E F0 38 44
Octal 200 200 333 52 52 0 16 360 70 104
Binary 10000000 10000000 11011011 101010 101010 0 1110 11110000 111000 1000100

Color Harmonies of #8080DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8080DB

Black with #8080DB

Text Example


Text Example

White with #8080DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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