Html Css Color HEX #8382BE Moody Blue

📋 copy color: '#8382BE'

red 131 ◦ green 130 ◦ blue 190

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

Shades of Moody Blue #8382BE

Tints of Moody Blue #8382BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 29.05%
G = 28.82%
B = 42.13%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8382BE (or 0x8382BE) is known color: Moody Blue. HEX triplet: 83, 82 and BE. RGB value is (131,130,190). Sum of RGB (Red+Green+Blue) = 131+130+190=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #8382BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8382BE is #7C7D41. Grayscale: #888888. Windows color (decimal): -8158530 or 12485251. OLE color: 12485251.

HSL color Cylindrical-coordinate representation of color #8382BE: hue angle of 241º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8382BE is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 130 190 -
CMYK 0.31 0.32 0 0.25
HSL 241º 0.32% 0.63% -
HSV(B) 241º 0.32% 0.75% -
XYZ 26.64 24.51 52.04 -
YUV 137.14 157.83 123.62 -
System Red Green Blue C M Y K H S L
Decimal 131 130 190 0.31 0.32 0 0.25 241 0.32 0.63
Hex 83 82 BE 1F 20 0 19 F1 20 3F
Octal 203 202 276 37 40 0 31 361 40 77
Binary 10000011 10000010 10111110 11111 100000 0 11001 11110001 100000 111111

Color Harmonies of #8382BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8382BE

Black with #8382BE

Text Example


Text Example

White with #8382BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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