Html Css Color HEX #8371D2 Moody Blue

📋 copy color: '#8371D2'

red 131 ◦ green 113 ◦ blue 210

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

Shades of Moody Blue #8371D2

Tints of Moody Blue #8371D2

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.89%

 BLUE value IS 210 (82.42% from 255) = 46.26%

R = 28.85%
G = 24.89%
B = 46.26%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8371D2 (or 0x8371D2) is known color: Moody Blue. HEX triplet: 83, 71 and D2. RGB value is (131,113,210). Sum of RGB (Red+Green+Blue) = 131+113+210=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 210 - color contains mainly: blue. Hex color #8371D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8371D2 is #7C8E2D. Grayscale: #818181. Windows color (decimal): -8162862 or 13791619. OLE color: 13791619.

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

Color convert

RGB 131 113 210 -
CMYK 0.38 0.46 0 0.18
HSL 251.13º 0.52% 0.63% -
HSV(B) 251.13º 0.46% 0.82% -
XYZ 26.9 21.29 63.66 -
YUV 129.44 173.46 129.11 -
System Red Green Blue C M Y K H S L
Decimal 131 113 210 0.38 0.46 0 0.18 251.13 0.52 0.63
Hex 83 71 D2 26 2E 0 12 FB 34 3F
Octal 203 161 322 46 56 0 22 373 64 77
Binary 10000011 1110001 11010010 100110 101110 0 10010 11111011 110100 111111

Color Harmonies of #8371D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8371D2

Black with #8371D2

Text Example


Text Example

White with #8371D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8371D2; }

 p { color: rgb(131,113,210); }

 H1.HeaderClassName
 {
   color: #8371D2;
 }
 .AnyTagClassName
 {
   color: #8371D2;
 }
</style>

background-color css

<style>
 a { background-color: #8371D2; }

 a { background-color: rgb(131,113,210); }

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

border-color css

<style>
 span { border-color: #8371D2; }

 span { border-color: rgb(131,113,210); }

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