#8370BF

Color #8370BF Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #8370BF

Tints of Moody Blue #8370BF

Color information

#8370BF (or 0x8370BF) is unknown color: approx 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

RGB131112191-
CMYK0.310.4100.25
HSL254.43º38.16%59.41%-
HSV(B)254.43º41.36%74.9%-
XYZ24.5620.1851.89-
YUV126.69164.29131.08-

RGB Variations

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

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 (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311121910.310.4100.25254.4338.1659.41
Hex8370BF1F29019fe263b
Octal20316027737510313764673
Binary100000111110000101111111111110100101100111111110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8370BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>