Html Css Color HEX #8072B6 Moody Blue

📋 copy color: '#8072B6'

red 128 ◦ green 114 ◦ blue 182

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

Shades of Moody Blue #8072B6

Tints of Moody Blue #8072B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.92%

R = 30.19%
G = 26.89%
B = 42.92%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8072B6 (or 0x8072B6) is known color: Moody Blue. HEX triplet: 80, 72 and B6. RGB value is (128,114,182). Sum of RGB (Red+Green+Blue) = 128+114+182=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 182 (71.48% from 255 or 42.92% from 424); Max value from RGB is 182 - color contains mainly: blue. Hex color #8072B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8072B6 is #7F8D49. Grayscale: #7D7D7D. Windows color (decimal): -8359242 or 11956864. OLE color: 11956864.

HSL color Cylindrical-coordinate representation of color #8072B6: hue angle of 252.35º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8072B6 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 114 182 -
CMYK 0.30 0.37 0 0.29
HSL 252.35º 0.32% 0.58% -
HSV(B) 252.35º 0.37% 0.71% -
XYZ 23.36 20 46.89 -
YUV 125.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 128 114 182 0.30 0.37 0 0.29 252.35 0.32 0.58
Hex 80 72 B6 1E 25 0 1D FC 20 3A
Octal 200 162 266 36 45 0 35 374 40 72
Binary 10000000 1110010 10110110 11110 100101 0 11101 11111100 100000 111010

Color Harmonies of #8072B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8072B6

Black with #8072B6

Text Example


Text Example

White with #8072B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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