#8386CA

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

Shades of Moody Blue #8386CA

Tints of Moody Blue #8386CA

Color information

#8386CA (or 0x8386CA) is unknown color: approx Moody Blue. HEX triplet: 83, 86 and CA. RGB value is (131,134,202). Sum of RGB (Red+Green+Blue) = 131+134+202=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #8386CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8386CA is #7C7935. Grayscale: #8C8C8C. Windows color (decimal): -8157494 or 13272707. OLE color: 13272707.

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

Color convert

RGB131134202-
CMYK0.350.3400.21
HSL237.46º40.11%65.29%-
HSV(B)237.46º35.15%79.22%-
XYZ28.5526.1459.42-
YUV140.85162.51120.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.05%
GREEN value IS 134 (52.73% from 255) = 28.69%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=28.05%
G=28.69%
B=43.25%

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
Decimal1311342020.350.3400.21237.4640.1165.29
Hex8386CA2322015ed2841
Octal203206312434202535550101
Binary100000111000011011001010100011100010010101111011011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8386CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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