#8384CA

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

Shades of Moody Blue #8384CA

Tints of Moody Blue #8384CA

Color information

#8384CA (or 0x8384CA) is unknown color: approx Moody Blue. HEX triplet: 83, 84 and CA. RGB value is (131,132,202). Sum of RGB (Red+Green+Blue) = 131+132+202=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #8384CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8384CA is #7C7B35. Grayscale: #8B8B8B. Windows color (decimal): -8158006 or 13272195. OLE color: 13272195.

HSL color Cylindrical-coordinate representation of color #8384CA: hue angle of 239.15º degrees, saturation: 0.4, 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 #8384CA is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131132202-
CMYK0.350.3500.21
HSL239.15º40.11%65.29%-
HSV(B)239.15º35.15%79.22%-
XYZ28.2725.5959.33-
YUV139.68163.17121.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.17%
GREEN value IS 132 (51.95% from 255) = 28.39%
BLUE value IS 202 (79.30% from 255) = 43.44%
R=28.17%
G=28.39%
B=43.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311322020.350.3500.21239.1540.1165.29
Hex8384CA2323015ef2841
Octal203204312434302535750101
Binary100000111000010011001010100011100011010101111011111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8384CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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