Html Css Color HEX #8373BD Moody Blue

📋 copy color: '#8373BD'

red 131 ◦ green 115 ◦ blue 189

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

Shades of Moody Blue #8373BD

Tints of Moody Blue #8373BD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.44%

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

R = 30.11%
G = 26.44%
B = 43.45%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8373BD (or 0x8373BD) is known color: Moody Blue. HEX triplet: 83, 73 and BD. RGB value is (131,115,189). Sum of RGB (Red+Green+Blue) = 131+115+189=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #8373BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8373BD is #7C8C42. Grayscale: #7F7F7F. Windows color (decimal): -8162371 or 12415875. OLE color: 12415875.

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

Color convert

RGB 131 115 189 -
CMYK 0.31 0.39 0 0.26
HSL 252.97º 0.36% 0.6% -
HSV(B) 252.97º 0.39% 0.74% -
XYZ 24.68 20.76 50.85 -
YUV 128.22 162.3 129.98 -
System Red Green Blue C M Y K H S L
Decimal 131 115 189 0.31 0.39 0 0.26 252.97 0.36 0.6
Hex 83 73 BD 1F 27 0 1A FD 24 3C
Octal 203 163 275 37 47 0 32 375 44 74
Binary 10000011 1110011 10111101 11111 100111 0 11010 11111101 100100 111100

Color Harmonies of #8373BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8373BD

Black with #8373BD

Text Example


Text Example

White with #8373BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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