#8384BE

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

Shades of Moody Blue #8384BE

Tints of Moody Blue #8384BE

Color information

#8384BE (or 0x8384BE) is unknown color: approx Moody Blue. HEX triplet: 83, 84 and BE. RGB value is (131,132,190). Sum of RGB (Red+Green+Blue) = 131+132+190=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #8384BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8384BE is #7C7B41. Grayscale: #8A8A8A. Windows color (decimal): -8158018 or 12485763. OLE color: 12485763.

HSL color Cylindrical-coordinate representation of color #8384BE: hue angle of 238.98º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8384BE is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB131132190-
CMYK0.310.3100.25
HSL238.98º31.22%62.94%-
HSV(B)238.98º31.05%74.51%-
XYZ26.9125.0552.13-
YUV138.31157.17122.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.92%
GREEN value IS 132 (51.95% from 255) = 29.14%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=28.92%
G=29.14%
B=41.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311321900.310.3100.25238.9831.2262.94
Hex8384BE1F1F019ef1f3f
Octal20320427637370313573777
Binary10000011100001001011111011111111110110011110111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8384BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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