#867BD7

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

Shades of Moody Blue #867BD7

Tints of Moody Blue #867BD7

Color information

#867BD7 (or 0x867BD7) is unknown color: approx Moody Blue. HEX triplet: 86, 7B and D7. RGB value is (134,123,215). Sum of RGB (Red+Green+Blue) = 134+123+215=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 215 - color contains mainly: blue. Hex color #867BD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867BD7 is #798428. Grayscale: #888888. Windows color (decimal): -7963689 or 14121862. OLE color: 14121862.

HSL color Cylindrical-coordinate representation of color #867BD7: hue angle of 247.17º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #867BD7 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB134123215-
CMYK0.380.4300.16
HSL247.17º53.49%66.27%-
HSV(B)247.17º42.79%84.31%-
XYZ29.1824.1467.41-
YUV136.78172.14126.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.39%
GREEN value IS 123 (48.44% from 255) = 26.06%
BLUE value IS 215 (84.38% from 255) = 45.55%
R=28.39%
G=26.06%
B=45.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1341232150.380.4300.16247.1753.4966.27
Hex867BD7262B010f73542
Octal206173327465302036765102
Binary10000110111101111010111100110101011010000111101111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867BD7; }

 p { color: rgb(134,123,215); }

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

<style>
 a { background-color: #867BD7; }

 a { background-color: rgb(134,123,215); }

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

<style>
 span { border-color: #867BD7; }

 span { border-color: rgb(134,123,215); }

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