Html Css Color HEX #8374BA Moody Blue

📋 copy color: '#8374BA'

red 131 ◦ green 116 ◦ blue 186

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

Shades of Moody Blue #8374BA

Tints of Moody Blue #8374BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.79%

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

R = 30.25%
G = 26.79%
B = 42.96%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8374BA (or 0x8374BA) is known color: Moody Blue. HEX triplet: 83, 74 and BA. RGB value is (131,116,186). Sum of RGB (Red+Green+Blue) = 131+116+186=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #8374BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8374BA is #7C8B45. Grayscale: #808080. Windows color (decimal): -8162118 or 12219523. OLE color: 12219523.

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

Color convert

RGB 131 116 186 -
CMYK 0.30 0.38 0 0.27
HSL 252.86º 0.34% 0.59% -
HSV(B) 252.86º 0.38% 0.73% -
XYZ 24.47 20.86 49.19 -
YUV 128.47 160.47 129.81 -
System Red Green Blue C M Y K H S L
Decimal 131 116 186 0.30 0.38 0 0.27 252.86 0.34 0.59
Hex 83 74 BA 1E 26 0 1B FD 22 3B
Octal 203 164 272 36 46 0 33 375 42 73
Binary 10000011 1110100 10111010 11110 100110 0 11011 11111101 100010 111011

Color Harmonies of #8374BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8374BA

Black with #8374BA

Text Example


Text Example

White with #8374BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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