#8383BB

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

Shades of Moody Blue #8383BB

Tints of Moody Blue #8383BB

Color information

#8383BB (or 0x8383BB) is unknown color: approx Moody Blue. HEX triplet: 83, 83 and BB. RGB value is (131,131,187). Sum of RGB (Red+Green+Blue) = 131+131+187=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #8383BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8383BB is #7C7C44. Grayscale: #898989. Windows color (decimal): -8158277 or 12288899. OLE color: 12288899.

HSL color Cylindrical-coordinate representation of color #8383BB: hue angle of 240º degrees, saturation: 0.29, 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 #8383BB is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131131187-
CMYK0.300.3000.27
HSL240º29.17%62.35%-
HSV(B)240º29.95%73.33%-
XYZ26.4524.6550.38-
YUV137.38156123.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.18%
GREEN value IS 131 (51.56% from 255) = 29.18%
BLUE value IS 187 (73.44% from 255) = 41.65%
R=29.18%
G=29.18%
B=41.65%

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
Decimal1311311870.300.3000.2724029.1762.35
Hex8383BB1E1E01Bf01d3e
Octal20320327336360333603576
Binary10000011100000111011101111110111100110111111000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8383BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8383BB;
 }
 .AnyTagClassName
 {
   color: #8383BB;
 }
</style>
background-color css

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

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

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

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

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

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