Html Css Color HEX #8380CD Moody Blue

📋 copy color: '#8380CD'

red 131 ◦ green 128 ◦ blue 205

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

Shades of Moody Blue #8380CD

Tints of Moody Blue #8380CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.18%

R = 28.23%
G = 27.59%
B = 44.18%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8380CD (or 0x8380CD) is known color: Moody Blue. HEX triplet: 83, 80 and CD. RGB value is (131,128,205). Sum of RGB (Red+Green+Blue) = 131+128+205=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #8380CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8380CD is #7C7F32. Grayscale: #898989. Windows color (decimal): -8159027 or 13467779. OLE color: 13467779.

HSL color Cylindrical-coordinate representation of color #8380CD: hue angle of 242.34º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8380CD is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 128 205 -
CMYK 0.36 0.38 0 0.20
HSL 242.34º 0.44% 0.65% -
HSV(B) 242.34º 0.38% 0.8% -
XYZ 28.1 24.67 61.04 -
YUV 137.68 165.99 123.24 -
System Red Green Blue C M Y K H S L
Decimal 131 128 205 0.36 0.38 0 0.20 242.34 0.44 0.65
Hex 83 80 CD 24 26 0 14 F2 2C 41
Octal 203 200 315 44 46 0 24 362 54 101
Binary 10000011 10000000 11001101 100100 100110 0 10100 11110010 101100 1000001

Color Harmonies of #8380CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8380CD

Black with #8380CD

Text Example


Text Example

White with #8380CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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