Html Css Color HEX #8073DB Moody Blue

📋 copy color: '#8073DB'

red 128 ◦ green 115 ◦ blue 219

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

Shades of Moody Blue #8073DB

Tints of Moody Blue #8073DB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.89%

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

R = 27.71%
G = 24.89%
B = 47.4%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8073DB (or 0x8073DB) is known color: Moody Blue. HEX triplet: 80, 73 and DB. RGB value is (128,115,219). Sum of RGB (Red+Green+Blue) = 128+115+219=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #8073DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8073DB is #7F8C24. Grayscale: #828282. Windows color (decimal): -8358949 or 14381952. OLE color: 14381952.

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

Color convert

RGB 128 115 219 -
CMYK 0.42 0.47 0 0.14
HSL 247.5º 0.59% 0.65% -
HSV(B) 247.5º 0.47% 0.86% -
XYZ 27.82 21.97 69.79 -
YUV 130.74 177.81 126.04 -
System Red Green Blue C M Y K H S L
Decimal 128 115 219 0.42 0.47 0 0.14 247.5 0.59 0.65
Hex 80 73 DB 2A 2F 0 E F8 3B 41
Octal 200 163 333 52 57 0 16 370 73 101
Binary 10000000 1110011 11011011 101010 101111 0 1110 11111000 111011 1000001

Color Harmonies of #8073DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8073DB

Black with #8073DB

Text Example


Text Example

White with #8073DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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