Html Css Color HEX #8073D0 Moody Blue

📋 copy color: '#8073D0'

red 128 ◦ green 115 ◦ blue 208

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

Shades of Moody Blue #8073D0

Tints of Moody Blue #8073D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.12%

R = 28.38%
G = 25.5%
B = 46.12%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8073D0 (or 0x8073D0) is known color: Moody Blue. HEX triplet: 80, 73 and D0. RGB value is (128,115,208). Sum of RGB (Red+Green+Blue) = 128+115+208=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 208 (81.64% from 255 or 46.12% from 451); Max value from RGB is 208 - color contains mainly: blue. Hex color #8073D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8073D0 is #7F8C2F. Grayscale: #818181. Windows color (decimal): -8358960 or 13661056. OLE color: 13661056.

HSL color Cylindrical-coordinate representation of color #8073D0: hue angle of 248.39º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8073D0 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 115 208 -
CMYK 0.38 0.45 0 0.18
HSL 248.39º 0.5% 0.63% -
HSV(B) 248.39º 0.45% 0.82% -
XYZ 26.42 21.4 62.41 -
YUV 129.49 172.31 126.94 -
System Red Green Blue C M Y K H S L
Decimal 128 115 208 0.38 0.45 0 0.18 248.39 0.5 0.63
Hex 80 73 D0 26 2D 0 12 F8 32 3F
Octal 200 163 320 46 55 0 22 370 62 77
Binary 10000000 1110011 11010000 100110 101101 0 10010 11111000 110010 111111

Color Harmonies of #8073D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8073D0

Black with #8073D0

Text Example


Text Example

White with #8073D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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