Html Css Color HEX #8378BD Moody Blue

📋 copy color: '#8378BD'

red 131 ◦ green 120 ◦ blue 189

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

Shades of Moody Blue #8378BD

Tints of Moody Blue #8378BD

RGB

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

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

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

R = 29.77%
G = 27.27%
B = 42.95%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8378BD (or 0x8378BD) is known color: Moody Blue. HEX triplet: 83, 78 and BD. RGB value is (131,120,189). Sum of RGB (Red+Green+Blue) = 131+120+189=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #8378BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8378BD is #7C8742. Grayscale: #828282. Windows color (decimal): -8161091 or 12417155. OLE color: 12417155.

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

Color convert

RGB 131 120 189 -
CMYK 0.31 0.37 0 0.26
HSL 249.57º 0.34% 0.61% -
HSV(B) 249.57º 0.37% 0.74% -
XYZ 25.26 21.93 51.05 -
YUV 131.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 131 120 189 0.31 0.37 0 0.26 249.57 0.34 0.61
Hex 83 78 BD 1F 25 0 1A FA 22 3D
Octal 203 170 275 37 45 0 32 372 42 75
Binary 10000011 1111000 10111101 11111 100101 0 11010 11111010 100010 111101

Color Harmonies of #8378BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8378BD

Black with #8378BD

Text Example


Text Example

White with #8378BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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