Html Css Color HEX #8382CE Moody Blue

📋 copy color: '#8382CE'

red 131 ◦ green 130 ◦ blue 206

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

Shades of Moody Blue #8382CE

Tints of Moody Blue #8382CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 28.05%
G = 27.84%
B = 44.11%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8382CE (or 0x8382CE) is known color: Moody Blue. HEX triplet: 83, 82 and CE. RGB value is (131,130,206). Sum of RGB (Red+Green+Blue) = 131+130+206=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #8382CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8382CE is #7C7D31. Grayscale: #8A8A8A. Windows color (decimal): -8158514 or 13533827. OLE color: 13533827.

HSL color Cylindrical-coordinate representation of color #8382CE: hue angle of 240.79º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8382CE is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 130 206 -
CMYK 0.36 0.37 0 0.19
HSL 240.79º 0.44% 0.66% -
HSV(B) 240.79º 0.37% 0.81% -
XYZ 28.48 25.25 61.76 -
YUV 138.96 165.83 122.32 -
System Red Green Blue C M Y K H S L
Decimal 131 130 206 0.36 0.37 0 0.19 240.79 0.44 0.66
Hex 83 82 CE 24 25 0 13 F1 2C 42
Octal 203 202 316 44 45 0 23 361 54 102
Binary 10000011 10000010 11001110 100100 100101 0 10011 11110001 101100 1000010

Color Harmonies of #8382CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8382CE

Black with #8382CE

Text Example


Text Example

White with #8382CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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