Html Css Color HEX #8370BD Moody Blue

📋 copy color: '#8370BD'

red 131 ◦ green 112 ◦ blue 189

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

Shades of Moody Blue #8370BD

Tints of Moody Blue #8370BD

RGB

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

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

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

R = 30.32%
G = 25.93%
B = 43.75%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8370BD (or 0x8370BD) is known color: Moody Blue. HEX triplet: 83, 70 and BD. RGB value is (131,112,189). Sum of RGB (Red+Green+Blue) = 131+112+189=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #8370BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8370BD is #7C8F42. Grayscale: #7E7E7E. Windows color (decimal): -8163139 or 12415107. OLE color: 12415107.

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

Color convert

RGB 131 112 189 -
CMYK 0.31 0.41 0 0.26
HSL 254.81º 0.37% 0.59% -
HSV(B) 254.81º 0.41% 0.74% -
XYZ 24.34 20.09 50.74 -
YUV 126.46 163.29 131.24 -
System Red Green Blue C M Y K H S L
Decimal 131 112 189 0.31 0.41 0 0.26 254.81 0.37 0.59
Hex 83 70 BD 1F 29 0 1A FF 25 3B
Octal 203 160 275 37 51 0 32 377 45 73
Binary 10000011 1110000 10111101 11111 101001 0 11010 11111111 100101 111011

Color Harmonies of #8370BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8370BD

Black with #8370BD

Text Example


Text Example

White with #8370BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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