Html Css Color HEX #8372DA Moody Blue

📋 copy color: '#8372DA'

red 131 ◦ green 114 ◦ blue 218

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

Shades of Moody Blue #8372DA

Tints of Moody Blue #8372DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 28.29%
G = 24.62%
B = 47.08%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8372DA (or 0x8372DA) is known color: Moody Blue. HEX triplet: 83, 72 and DA. RGB value is (131,114,218). Sum of RGB (Red+Green+Blue) = 131+114+218=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #8372DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8372DA is #7C8D25. Grayscale: #828282. Windows color (decimal): -8162598 or 14316163. OLE color: 14316163.

HSL color Cylindrical-coordinate representation of color #8372DA: hue angle of 249.81º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8372DA is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 114 218 -
CMYK 0.40 0.48 0 0.15
HSL 249.81º 0.58% 0.65% -
HSV(B) 249.81º 0.48% 0.85% -
XYZ 28.03 21.92 69.08 -
YUV 130.94 177.13 128.04 -
System Red Green Blue C M Y K H S L
Decimal 131 114 218 0.40 0.48 0 0.15 249.81 0.58 0.65
Hex 83 72 DA 28 30 0 F FA 3A 41
Octal 203 162 332 50 60 0 17 372 72 101
Binary 10000011 1110010 11011010 101000 110000 0 1111 11111010 111010 1000001

Color Harmonies of #8372DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8372DA

Black with #8372DA

Text Example


Text Example

White with #8372DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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