#8382BB

Color #8382BB Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #8382BB

Tints of Moody Blue #8382BB

Color information

#8382BB (or 0x8382BB) is unknown color: approx 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

RGB131130187-
CMYK0.300.3000.27
HSL241.05º29.53%62.16%-
HSV(B)241.05º30.48%73.33%-
XYZ26.3124.3850.33-
YUV136.8156.33123.87-

RGB Variations

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

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 (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311301870.300.3000.27241.0529.5362.16
Hex8382BB1E1E01Bf11e3e
Octal20320227336360333613676
Binary10000011100000101011101111110111100110111111000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8382BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>