Html Css Color HEX #8382BB Moody Blue

📋 copy color: '#8382BB'

red 131 ◦ green 130 ◦ blue 187

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

Shades of Moody Blue #8382BB

Tints of Moody Blue #8382BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.74%

R = 29.24%
G = 29.02%
B = 41.74%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8382BB (or 0x8382BB) is known color: Moody Blue. HEX triplet: 83, 82 and BB. RGB value is (131,130,187). Sum of RGB (Red+Green+Blue) = 131+130+187=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #8382BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8382BB is #7C7D44. Grayscale: #888888. Windows color (decimal): -8158533 or 12288643. OLE color: 12288643.

HSL color Cylindrical-coordinate representation of color #8382BB: hue angle of 241.05º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8382BB is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 130 187 -
CMYK 0.30 0.30 0 0.27
HSL 241.05º 0.3% 0.62% -
HSV(B) 241.05º 0.3% 0.73% -
XYZ 26.31 24.38 50.33 -
YUV 136.8 156.33 123.87 -
System Red Green Blue C M Y K H S L
Decimal 131 130 187 0.30 0.30 0 0.27 241.05 0.3 0.62
Hex 83 82 BB 1E 1E 0 1B F1 1E 3E
Octal 203 202 273 36 36 0 33 361 36 76
Binary 10000011 10000010 10111011 11110 11110 0 11011 11110001 11110 111110

Color Harmonies of #8382BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8382BB

Black with #8382BB

Text Example


Text Example

White with #8382BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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