Html Css Color HEX #8370BB Moody Blue

📋 copy color: '#8370BB'

red 131 ◦ green 112 ◦ blue 187

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

Shades of Moody Blue #8370BB

Tints of Moody Blue #8370BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.49%

R = 30.47%
G = 26.05%
B = 43.49%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8370BB (or 0x8370BB) is known color: Moody Blue. HEX triplet: 83, 70 and BB. RGB value is (131,112,187). Sum of RGB (Red+Green+Blue) = 131+112+187=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #8370BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8370BB is #7C8F44. Grayscale: #7D7D7D. Windows color (decimal): -8163141 or 12284035. OLE color: 12284035.

HSL color Cylindrical-coordinate representation of color #8370BB: hue angle of 255.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8370BB is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 112 187 -
CMYK 0.30 0.40 0 0.27
HSL 255.2º 0.36% 0.59% -
HSV(B) 255.2º 0.4% 0.73% -
XYZ 24.12 20 49.6 -
YUV 126.23 162.29 131.4 -
System Red Green Blue C M Y K H S L
Decimal 131 112 187 0.30 0.40 0 0.27 255.2 0.36 0.59
Hex 83 70 BB 1E 28 0 1B FF 24 3B
Octal 203 160 273 36 50 0 33 377 44 73
Binary 10000011 1110000 10111011 11110 101000 0 11011 11111111 100100 111011

Color Harmonies of #8370BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8370BB

Black with #8370BB

Text Example


Text Example

White with #8370BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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