Html Css Color HEX #8072DB Moody Blue

📋 copy color: '#8072DB'

red 128 ◦ green 114 ◦ blue 219

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

Shades of Moody Blue #8072DB

Tints of Moody Blue #8072DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.73%

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

R = 27.77%
G = 24.73%
B = 47.51%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8072DB (or 0x8072DB) is known color: Moody Blue. HEX triplet: 80, 72 and DB. RGB value is (128,114,219). Sum of RGB (Red+Green+Blue) = 128+114+219=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #8072DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8072DB is #7F8D24. Grayscale: #818181. Windows color (decimal): -8359205 or 14381696. OLE color: 14381696.

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

Color convert

RGB 128 114 219 -
CMYK 0.42 0.48 0 0.14
HSL 248º 0.59% 0.65% -
HSV(B) 248º 0.48% 0.86% -
XYZ 27.71 21.74 69.75 -
YUV 130.16 178.14 126.46 -
System Red Green Blue C M Y K H S L
Decimal 128 114 219 0.42 0.48 0 0.14 248 0.59 0.65
Hex 80 72 DB 2A 30 0 E F8 3B 41
Octal 200 162 333 52 60 0 16 370 73 101
Binary 10000000 1110010 11011011 101010 110000 0 1110 11111000 111011 1000001

Color Harmonies of #8072DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8072DB

Black with #8072DB

Text Example


Text Example

White with #8072DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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