#8383D7

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

Shades of Moody Blue #8383D7

Tints of Moody Blue #8383D7

Color information

#8383D7 (or 0x8383D7) is unknown color: approx Moody Blue. HEX triplet: 83, 83 and D7. RGB value is (131,131,215). Sum of RGB (Red+Green+Blue) = 131+131+215=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #8383D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8383D7 is #7C7C28. Grayscale: #8C8C8C. Windows color (decimal): -8158249 or 14123907. OLE color: 14123907.

HSL color Cylindrical-coordinate representation of color #8383D7: hue angle of 240º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8383D7 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB131131215-
CMYK0.390.3900.16
HSL240º51.22%67.84%-
HSV(B)240º39.07%84.31%-
XYZ29.7425.9667.73-
YUV140.58170121.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.46%
GREEN value IS 131 (51.56% from 255) = 27.46%
BLUE value IS 215 (84.38% from 255) = 45.07%
R=27.46%
G=27.46%
B=45.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1311312150.390.3900.1624051.2267.84
Hex8383D72727010f03344
Octal203203327474702036063104
Binary100000111000001111010111100111100111010000111100001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8383D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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