#8385BF

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

Shades of Moody Blue #8385BF

Tints of Moody Blue #8385BF

Color information

#8385BF (or 0x8385BF) is unknown color: approx Moody Blue. HEX triplet: 83, 85 and BF. RGB value is (131,133,191). Sum of RGB (Red+Green+Blue) = 131+133+191=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #8385BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8385BF is #7C7A40. Grayscale: #8A8A8A. Windows color (decimal): -8157761 or 12551555. OLE color: 12551555.

HSL color Cylindrical-coordinate representation of color #8385BF: hue angle of 238º degrees, saturation: 0.32, 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 #8385BF is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB131133191-
CMYK0.310.3000.25
HSL238º31.91%63.14%-
HSV(B)238º31.41%74.9%-
XYZ27.1525.3652.75-
YUV139.01157.34122.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.79%
GREEN value IS 133 (52.34% from 255) = 29.23%
BLUE value IS 191 (75% from 255) = 41.98%
R=28.79%
G=29.23%
B=41.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311331910.310.3000.2523831.9163.14
Hex8385BF1F1E019ee203f
Octal20320527737360313564077
Binary100000111000010110111111111111111001100111101110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8385BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8385BF; }

 p { color: rgb(131,133,191); }

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

<style>
 a { background-color: #8385BF; }

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

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

<style>
 span { border-color: #8385BF; }

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

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