Html Css Color HEX #8371BA Moody Blue

📋 copy color: '#8371BA'

red 131 ◦ green 113 ◦ blue 186

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

Shades of Moody Blue #8371BA

Tints of Moody Blue #8371BA

RGB

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

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

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

R = 30.47%
G = 26.28%
B = 43.26%

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

#8371BA (or 0x8371BA) is known color: Moody Blue. HEX triplet: 83, 71 and BA. RGB value is (131,113,186). Sum of RGB (Red+Green+Blue) = 131+113+186=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #8371BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8371BA is #7C8E45. Grayscale: #7E7E7E. Windows color (decimal): -8162886 or 12218755. OLE color: 12218755.

HSL color Cylindrical-coordinate representation of color #8371BA: hue angle of 254.79º degrees, saturation: 0.35, 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 #8371BA is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 113 186 -
CMYK 0.30 0.39 0 0.27
HSL 254.79º 0.35% 0.59% -
HSV(B) 254.79º 0.39% 0.73% -
XYZ 24.13 20.18 49.08 -
YUV 126.7 161.46 131.06 -
System Red Green Blue C M Y K H S L
Decimal 131 113 186 0.30 0.39 0 0.27 254.79 0.35 0.59
Hex 83 71 BA 1E 27 0 1B FF 23 3B
Octal 203 161 272 36 47 0 33 377 43 73
Binary 10000011 1110001 10111010 11110 100111 0 11011 11111111 100011 111011

Color Harmonies of #8371BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8371BA

Black with #8371BA

Text Example


Text Example

White with #8371BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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