#8384C9

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

Shades of Moody Blue #8384C9

Tints of Moody Blue #8384C9

Color information

#8384C9 (or 0x8384C9) is unknown color: approx Moody Blue. HEX triplet: 83, 84 and C9. RGB value is (131,132,201). Sum of RGB (Red+Green+Blue) = 131+132+201=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #8384C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8384C9 is #7C7B36. Grayscale: #8B8B8B. Windows color (decimal): -8158007 or 13206659. OLE color: 13206659.

HSL color Cylindrical-coordinate representation of color #8384C9: hue angle of 239.14º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8384C9 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131132201-
CMYK0.350.3400.21
HSL239.14º39.33%65.1%-
HSV(B)239.14º34.83%78.82%-
XYZ28.1525.5458.71-
YUV139.57162.67121.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.23%
GREEN value IS 132 (51.95% from 255) = 28.45%
BLUE value IS 201 (78.91% from 255) = 43.32%
R=28.23%
G=28.45%
B=43.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311322010.350.3400.21239.1439.3365.1
Hex8384C92322015ef2741
Octal203204311434202535747101
Binary100000111000010011001001100011100010010101111011111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8384C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8384C9; }

 p { color: rgb(131,132,201); }

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

<style>
 a { background-color: #8384C9; }

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

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

<style>
 span { border-color: #8384C9; }

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

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