Html Css Color HEX #8380DF Moody Blue

📋 copy color: '#8380DF'

red 131 ◦ green 128 ◦ blue 223

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

Shades of Moody Blue #8380DF

Tints of Moody Blue #8380DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 27.18%
G = 26.56%
B = 46.27%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8380DF (or 0x8380DF) is known color: Moody Blue. HEX triplet: 83, 80 and DF. RGB value is (131,128,223). Sum of RGB (Red+Green+Blue) = 131+128+223=482 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.18% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #8380DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8380DF is #7C7F20. Grayscale: #8B8B8B. Windows color (decimal): -8159009 or 14647427. OLE color: 14647427.

HSL color Cylindrical-coordinate representation of color #8380DF: hue angle of 241.89º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8380DF is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 128 223 -
CMYK 0.41 0.43 0 0.13
HSL 241.89º 0.6% 0.69% -
HSV(B) 241.89º 0.43% 0.87% -
XYZ 30.4 25.59 73.15 -
YUV 139.73 174.99 121.78 -
System Red Green Blue C M Y K H S L
Decimal 131 128 223 0.41 0.43 0 0.13 241.89 0.6 0.69
Hex 83 80 DF 29 2B 0 D F2 3C 45
Octal 203 200 337 51 53 0 15 362 74 105
Binary 10000011 10000000 11011111 101001 101011 0 1101 11110010 111100 1000101

Color Harmonies of #8380DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8380DF

Black with #8380DF

Text Example


Text Example

White with #8380DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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