Html Css Color HEX #8378BC Moody Blue

📋 copy color: '#8378BC'

red 131 ◦ green 120 ◦ blue 188

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

Shades of Moody Blue #8378BC

Tints of Moody Blue #8378BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.82%

R = 29.84%
G = 27.33%
B = 42.82%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8378BC (or 0x8378BC) is known color: Moody Blue. HEX triplet: 83, 78 and BC. RGB value is (131,120,188). Sum of RGB (Red+Green+Blue) = 131+120+188=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #8378BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8378BC is #7C8743. Grayscale: #828282. Windows color (decimal): -8161092 or 12351619. OLE color: 12351619.

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

Color convert

RGB 131 120 188 -
CMYK 0.30 0.36 0 0.26
HSL 249.71º 0.34% 0.6% -
HSV(B) 249.71º 0.36% 0.74% -
XYZ 25.15 21.89 50.48 -
YUV 131.04 160.14 127.97 -
System Red Green Blue C M Y K H S L
Decimal 131 120 188 0.30 0.36 0 0.26 249.71 0.34 0.6
Hex 83 78 BC 1E 24 0 1A FA 22 3C
Octal 203 170 274 36 44 0 32 372 42 74
Binary 10000011 1111000 10111100 11110 100100 0 11010 11111010 100010 111100

Color Harmonies of #8378BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8378BC

Black with #8378BC

Text Example


Text Example

White with #8378BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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