Html Css Color HEX #8380B4 Moody Blue

📋 copy color: '#8380B4'

red 131 ◦ green 128 ◦ blue 180

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

Shades of Moody Blue #8380B4

Tints of Moody Blue #8380B4

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.16%

 BLUE value IS 180 (70.7% from 255) = 41%

R = 29.84%
G = 29.16%
B = 41%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8380B4 (or 0x8380B4) is known color: Moody Blue. HEX triplet: 83, 80 and B4. RGB value is (131,128,180). Sum of RGB (Red+Green+Blue) = 131+128+180=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 180 - color contains mainly: blue. Hex color #8380B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8380B4 is #7C7F4B. Grayscale: #868686. Windows color (decimal): -8159052 or 11829379. OLE color: 11829379.

HSL color Cylindrical-coordinate representation of color #8380B4: hue angle of 243.46º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8380B4 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 128 180 -
CMYK 0.27 0.29 0 0.29
HSL 243.46º 0.26% 0.6% -
HSV(B) 243.46º 0.29% 0.71% -
XYZ 25.32 23.56 46.39 -
YUV 134.83 153.49 125.27 -
System Red Green Blue C M Y K H S L
Decimal 131 128 180 0.27 0.29 0 0.29 243.46 0.26 0.6
Hex 83 80 B4 1B 1D 0 1D F3 1A 3C
Octal 203 200 264 33 35 0 35 363 32 74
Binary 10000011 10000000 10110100 11011 11101 0 11101 11110011 11010 111100

Color Harmonies of #8380B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8380B4

Black with #8380B4

Text Example


Text Example

White with #8380B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8380B4; }

 p { color: rgb(131,128,180); }

 H1.HeaderClassName
 {
   color: #8380B4;
 }
 .AnyTagClassName
 {
   color: #8380B4;
 }
</style>

background-color css

<style>
 a { background-color: #8380B4; }

 a { background-color: rgb(131,128,180); }

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

border-color css

<style>
 span { border-color: #8380B4; }

 span { border-color: rgb(131,128,180); }

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