Html Css Color HEX #8372BD Moody Blue

📋 copy color: '#8372BD'

red 131 ◦ green 114 ◦ blue 189

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

Shades of Moody Blue #8372BD

Tints of Moody Blue #8372BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.55%

R = 30.18%
G = 26.27%
B = 43.55%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8372BD (or 0x8372BD) is known color: Moody Blue. HEX triplet: 83, 72 and BD. RGB value is (131,114,189). Sum of RGB (Red+Green+Blue) = 131+114+189=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #8372BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8372BD is #7C8D42. Grayscale: #7F7F7F. Windows color (decimal): -8162627 or 12415619. OLE color: 12415619.

HSL color Cylindrical-coordinate representation of color #8372BD: hue angle of 253.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8372BD is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 114 189 -
CMYK 0.31 0.40 0 0.26
HSL 253.6º 0.36% 0.59% -
HSV(B) 253.6º 0.4% 0.74% -
XYZ 24.56 20.53 50.81 -
YUV 127.63 162.63 130.4 -
System Red Green Blue C M Y K H S L
Decimal 131 114 189 0.31 0.40 0 0.26 253.6 0.36 0.59
Hex 83 72 BD 1F 28 0 1A FE 24 3B
Octal 203 162 275 37 50 0 32 376 44 73
Binary 10000011 1110010 10111101 11111 101000 0 11010 11111110 100100 111011

Color Harmonies of #8372BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8372BD

Black with #8372BD

Text Example


Text Example

White with #8372BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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