Html Css Color HEX #8378BE Moody Blue

📋 copy color: '#8378BE'

red 131 ◦ green 120 ◦ blue 190

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

Shades of Moody Blue #8378BE

Tints of Moody Blue #8378BE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.21%

 BLUE value IS 190 (74.61% from 255) = 43.08%

R = 29.71%
G = 27.21%
B = 43.08%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8378BE (or 0x8378BE) is known color: Moody Blue. HEX triplet: 83, 78 and BE. RGB value is (131,120,190). Sum of RGB (Red+Green+Blue) = 131+120+190=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #8378BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8378BE is #7C8741. Grayscale: #838383. Windows color (decimal): -8161090 or 12482691. OLE color: 12482691.

HSL color Cylindrical-coordinate representation of color #8378BE: hue angle of 249.43º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8378BE is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 120 190 -
CMYK 0.31 0.37 0 0.25
HSL 249.43º 0.35% 0.61% -
HSV(B) 249.43º 0.37% 0.75% -
XYZ 25.37 21.98 51.62 -
YUV 131.27 161.14 127.81 -
System Red Green Blue C M Y K H S L
Decimal 131 120 190 0.31 0.37 0 0.25 249.43 0.35 0.61
Hex 83 78 BE 1F 25 0 19 F9 23 3D
Octal 203 170 276 37 45 0 31 371 43 75
Binary 10000011 1111000 10111110 11111 100101 0 11001 11111001 100011 111101

Color Harmonies of #8378BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8378BE

Black with #8378BE

Text Example


Text Example

White with #8378BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8378BE; }

 p { color: rgb(131,120,190); }

 H1.HeaderClassName
 {
   color: #8378BE;
 }
 .AnyTagClassName
 {
   color: #8378BE;
 }
</style>

background-color css

<style>
 a { background-color: #8378BE; }

 a { background-color: rgb(131,120,190); }

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

border-color css

<style>
 span { border-color: #8378BE; }

 span { border-color: rgb(131,120,190); }

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