Html Css Color HEX #8372BA Moody Blue

📋 copy color: '#8372BA'

red 131 ◦ green 114 ◦ blue 186

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

Shades of Moody Blue #8372BA

Tints of Moody Blue #8372BA

RGB

 RED value IS 131 (51.56% from 255) = 30.39%

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

 BLUE value IS 186 (73.05% from 255) = 43.16%

R = 30.39%
G = 26.45%
B = 43.16%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8372BA (or 0x8372BA) is known color: Moody Blue. HEX triplet: 83, 72 and BA. RGB value is (131,114,186). Sum of RGB (Red+Green+Blue) = 131+114+186=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #8372BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8372BA is #7C8D45. Grayscale: #7F7F7F. Windows color (decimal): -8162630 or 12219011. OLE color: 12219011.

HSL color Cylindrical-coordinate representation of color #8372BA: hue angle of 254.17º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8372BA is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 114 186 -
CMYK 0.30 0.39 0 0.27
HSL 254.17º 0.34% 0.59% -
HSV(B) 254.17º 0.39% 0.73% -
XYZ 24.24 20.41 49.12 -
YUV 127.29 161.13 130.65 -
System Red Green Blue C M Y K H S L
Decimal 131 114 186 0.30 0.39 0 0.27 254.17 0.34 0.59
Hex 83 72 BA 1E 27 0 1B FE 22 3B
Octal 203 162 272 36 47 0 33 376 42 73
Binary 10000011 1110010 10111010 11110 100111 0 11011 11111110 100010 111011

Color Harmonies of #8372BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8372BA

Black with #8372BA

Text Example


Text Example

White with #8372BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8372BA; }

 p { color: rgb(131,114,186); }

 H1.HeaderClassName
 {
   color: #8372BA;
 }
 .AnyTagClassName
 {
   color: #8372BA;
 }
</style>

background-color css

<style>
 a { background-color: #8372BA; }

 a { background-color: rgb(131,114,186); }

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

border-color css

<style>
 span { border-color: #8372BA; }

 span { border-color: rgb(131,114,186); }

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