Html Css Color HEX #8382DC Moody Blue

📋 copy color: '#8382DC'

red 131 ◦ green 130 ◦ blue 220

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

Shades of Moody Blue #8382DC

Tints of Moody Blue #8382DC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.03%

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 27.23%
G = 27.03%
B = 45.74%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8382DC (or 0x8382DC) is known color: Moody Blue. HEX triplet: 83, 82 and DC. RGB value is (131,130,220). Sum of RGB (Red+Green+Blue) = 131+130+220=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #8382DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8382DC is #7C7D23. Grayscale: #8C8C8C. Windows color (decimal): -8158500 or 14451331. OLE color: 14451331.

HSL color Cylindrical-coordinate representation of color #8382DC: hue angle of 240.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8382DC is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 130 220 -
CMYK 0.40 0.41 0 0.14
HSL 240.67º 0.56% 0.69% -
HSV(B) 240.67º 0.41% 0.86% -
XYZ 30.26 25.96 71.13 -
YUV 140.56 172.83 121.18 -
System Red Green Blue C M Y K H S L
Decimal 131 130 220 0.40 0.41 0 0.14 240.67 0.56 0.69
Hex 83 82 DC 28 29 0 E F1 38 45
Octal 203 202 334 50 51 0 16 361 70 105
Binary 10000011 10000010 11011100 101000 101001 0 1110 11110001 111000 1000101

Color Harmonies of #8382DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8382DC

Black with #8382DC

Text Example


Text Example

White with #8382DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8382DC; }

 p { color: rgb(131,130,220); }

 H1.HeaderClassName
 {
   color: #8382DC;
 }
 .AnyTagClassName
 {
   color: #8382DC;
 }
</style>

background-color css

<style>
 a { background-color: #8382DC; }

 a { background-color: rgb(131,130,220); }

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

border-color css

<style>
 span { border-color: #8382DC; }

 span { border-color: rgb(131,130,220); }

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