Html Css Color HEX #8370BF Moody Blue

📋 copy color: '#8370BF'

red 131 ◦ green 112 ◦ blue 191

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

Shades of Moody Blue #8370BF

Tints of Moody Blue #8370BF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.81%

 BLUE value IS 191 (75% from 255) = 44.01%

R = 30.18%
G = 25.81%
B = 44.01%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8370BF (or 0x8370BF) is known color: Moody Blue. HEX triplet: 83, 70 and BF. RGB value is (131,112,191). Sum of RGB (Red+Green+Blue) = 131+112+191=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #8370BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8370BF is #7C8F40. Grayscale: #7E7E7E. Windows color (decimal): -8163137 or 12546179. OLE color: 12546179.

HSL color Cylindrical-coordinate representation of color #8370BF: hue angle of 254.43º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8370BF is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 112 191 -
CMYK 0.31 0.41 0 0.25
HSL 254.43º 0.38% 0.59% -
HSV(B) 254.43º 0.41% 0.75% -
XYZ 24.56 20.18 51.89 -
YUV 126.69 164.29 131.08 -
System Red Green Blue C M Y K H S L
Decimal 131 112 191 0.31 0.41 0 0.25 254.43 0.38 0.59
Hex 83 70 BF 1F 29 0 19 FE 26 3B
Octal 203 160 277 37 51 0 31 376 46 73
Binary 10000011 1110000 10111111 11111 101001 0 11001 11111110 100110 111011

Color Harmonies of #8370BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8370BF

Black with #8370BF

Text Example


Text Example

White with #8370BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8370BF; }

 p { color: rgb(131,112,191); }

 H1.HeaderClassName
 {
   color: #8370BF;
 }
 .AnyTagClassName
 {
   color: #8370BF;
 }
</style>

background-color css

<style>
 a { background-color: #8370BF; }

 a { background-color: rgb(131,112,191); }

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

border-color css

<style>
 span { border-color: #8370BF; }

 span { border-color: rgb(131,112,191); }

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